取消自动填充密码

A work-around for -webkit-text-security property.

type="text", autocomplete="off"

<input type="text" name="password" style="text-security:disc; -webkit-text-security:disc;" autocomplete="off"

使用font-family: 'dotsfont';

@font-face {
  font-family: 'dotsfont';
  src: url('dotsfont.eot');
  src: url('dotsfont.eot?#iefix') format('embedded-opentype'),
       url('dotsfont.woff') format('woff'),
       url('dotsfont.ttf') format('truetype'),
       url('dotsfont.svg#dotsfontregular') format('svg');
}

[conceal]:not(:active):not(:focus) {
  font-family: 'dotsfont';
}
<span conceal>hide me</span>
posted @ 2024-05-31 11:19  vvull  阅读(6)  评论(0编辑  收藏  举报