“id” 微格式属性
微格式中是否允许使用“id”属性? 示例(hCard 微格式):
<div class="tel" id="voice">
<span class="type">Voice</span>
<span class="value">(206) 555-1234</span>
</div>
<div class="tel" id="fax">
<span class="type">Fax</span>
<span class="value">(206) 555-5678</span>
</div>
Is the "id" attribute allowed in microformats? Example (hCard microformat):
<div class="tel" id="voice">
<span class="type">Voice</span>
<span class="value">(206) 555-1234</span>
</div>
<div class="tel" id="fax">
<span class="type">Fax</span>
<span class="value">(206) 555-5678</span>
</div>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它是允许的,但被标准忽略。 所有属性必须由类声明:
It is allowed but ignored by the standard. All properties have to be declared by classes: