“id” 微格式属性

发布于 2024-07-27 04:21:54 字数 437 浏览 3 评论 0原文

微格式中是否允许使用“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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

冰雪之触 2024-08-03 04:21:55

它是允许的,但被标准忽略。 所有属性必须由类声明

具有所列属性的类名的元素表示这些属性的值。

It is allowed but ignored by the standard. All properties have to be declared by classes:

Elements with class names of the listed properties represent the values of those properties.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文