HTML5 data-* 属性规则?
我想知道是否可以有一个 data-* 属性,它只是 data-
?或者只是数据
?
这里有什么规则?
I was wondering if you can have a data-* attribute that is just data-
? or just data
?
What are the rules here?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
data-*
属性规则在 HTML5 规范。从规格来看:
请注意,它还限制使用小写字母,但另一个注意事项适用:
The
data-*
attribute rules are specified in the HTML5 specification.From the spec:
Note that it also restricts the usage to lower case, however another note applies: