- From: poot <cvsmail@w3.org>
- Date: Tue, 5 Jan 2010 12:08:02 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Mention that you can use other algorithms, e.g. hAtom, to convert HTML to Atom. (whatwg r4467) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3566&r2=1.3567&f=h http://html5.org/tools/web-apps-tracker?from=4466&to=4467 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3566 retrieving revision 1.3567 diff -u -d -r1.3566 -r1.3567 --- Overview.html 5 Jan 2010 03:02:34 -0000 1.3566 +++ Overview.html 5 Jan 2010 03:07:52 -0000 1.3567 @@ -40566,8 +40566,10 @@ </ol><h4 id="atom"><span class="secno">5.4.3 </span>Atom</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <p>Given a <code>Document</code> <var title="">source</var>, a user - agent must run the following algorithm to <dfn id="extracting-atom" title="extracting - Atom">extract an Atom feed</dfn>:</p> + agent may run the following algorithm to <dfn id="extracting-atom" title="extracting + Atom">extract an Atom feed</dfn>. This is not the only algorithm + that can be used for this purpose; for instance, a user agent might + instead use the hAtom algorithm. <a href="#refsHATOM">[HATOM]</a></p> <ol><li><p>If the <code>Document</code> <var title="">source</var> does not contain any <code><a href="#the-article-element">article</a></code> elements, then return nothing @@ -70942,6 +70944,10 @@ <dd>(Non-normative) <cite>Inter Gravissimas</cite>, A. Lilius, C. Clavius. Gregory XIII Papal Bulls, February 1582.</dd> + <dt id="refsHATOM">[HATOM]</dt> + <dd>(Non-normative) <cite><a href="http://microformats.org/wiki/hatom">hAtom</a></cite>, D + Janes. Microformats, November 2009.</dd> + <dt id="refsHTMLDIFF">[HTMLDIFF]</dt> <!-- <dd>(Non-normative) <cite><a
Received on Tuesday, 5 January 2010 03:08:30 UTC