This tip comes from Pete Freitag:このチップはピートフライターク:

Always, always set autocomplete=”off” in the input tag.常に、常に設定オートコンプリート= "オフ"には、入力タグです。 For example:例えば:

Otherwise, if people have the form completion feature turned on their credit card number will be stored in plain text somewhere on the computer (in the registry, or elsewhere).そうでなければ、人々がいる場合のフォーム補完機能をオンにして、クレジットカード番号をテキスト形式で表示が格納される、コンピュータ上のどこか(には、レジストリのか、または他の)です。

Linkリンク

Upside 上値
Protects people using credit-cards from public computers like in library or cyber-cafe.クレジットカードを使用して保護する人々のように公共のコンピュータからライブラリやサイバーカフェです。

It works on Internet Explorer and Mozilla group of browsers.それに取り組んでInternet ExplorerおよびMozillaブラウザのグループです。

Downside マイナス
Breaks XHTML validation.休憩xhtml検証します。 I agree with Pete that it is a good enough reason for writing invalid XHTML code.ピートことに同意するのもよい十分な理由を書くxhtmlコードが無効です。 User safety comes first.ユーザーの安全第一です。 If the standard is slow to adapt well…速度が遅い場合は、標準への適応も…