IE8网页快讯格式规范(web slice)

网页快讯示例
下面的示例演示如何在网页上针对某项拍卖定义网页快讯。

<div class="hslice" id="slice1">
   <p class="entry-title">Game System - $66.00</p>
   <div class="entry-content">
      <img src="game.jpg">
      <p>Auction ends: <abbr class="endtime" title="2008-02-28T12:00:00-05:00">6 hours</abbr></p>
   </div>
   <a rel="feedurl" href="www.ebay.com/game.xml">Subscribe to Feed</a>
   <p>This item updates every <span class="ttl">15</span> minutes.</p>
</div>

基本属性
网页快讯的基本属性包括网页快讯容器、条目标题和条目内容。

基本属性
网页快讯的基本属性包括网页快讯容器、条目标题和条目内容。

网页快讯
•必需
•使用类名称 hslice
•必须包括 ID
•表示包含标题、说明以及其他网页快讯属性的整个网页快讯区域
条目标题
•必需
•按 hAtom Microformat 中定义的那样使用类名称 entry-title
条目内容
•可选
•按在 hAtom Microformat 中定义的那样使用类名称 entry-content

参考:
http://msdn.microsoft.com/zh-cn/library/cc304073(en-us,VS.85).aspx

原文地址:https://www.cnblogs.com/wangbin5542/p/1735846.html