【发布时间】:2012-07-10 18:09:16
【问题描述】:
基本上我想知道这作为 hcard 是否仍然有效。
<div class="vcard">
<h2>Phone Number: <span class="tel">800-288-3875</span></h2>
</div>
谢谢!
【问题讨论】:
标签: children microformats descendant hcard
基本上我想知道这作为 hcard 是否仍然有效。
<div class="vcard">
<h2>Phone Number: <span class="tel">800-288-3875</span></h2>
</div>
谢谢!
【问题讨论】:
标签: children microformats descendant hcard
hCard 属性不需要是直接后代,它们可以嵌套多层(如您的示例以及 Microformats wiki 上的许多示例,例如,请参阅 hCard authoring tips page)。
但是,您示例中的 hCard 不完整,因为它缺少一些 required properties,因此某些解析器可能无法识别它。
【讨论】: