HTML5 中是 autofocus=" autofocus" 还是 autofocus?


正如 w3.org 中指出的:-

autofocus 属性是布尔属性。元素上存在布尔属性表示 true 值,而属性不存在表示 false 值。

如果存在该属性,则其值必须为空字符串或与属性规范名称以 ASCII 不区分大小写匹配的值,且没有前导或尾随空格。

在 HTML 中,使用无值的布尔属性。对于 W3C,autofocus 可轻松写入 autofocus 或 autofocus = "autofocus" 或

autofocus = "".

更新于: 2020 年 6 月 24 日

79 次查看

开启你的职业生涯

完成课程以获得认证

开始吧
广告