标签: css input passwords
换句话说,以下是等效的吗?
<input type="text" autocomplete="off" spellcheck="false" /> <style> input[type="text"] { -webkit-text-security: disc; text-security: disc; } </style>
和
<input type="password" />