[html5] r4467 - [t] (0) Mention that you can use other algorithms, e.g. hAtom, to convert HTML t [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Jan 4 19:07:47 PST 2010


Author: ianh
Date: 2010-01-04 19:07:43 -0800 (Mon, 04 Jan 2010)
New Revision: 4467

Modified:
   complete.html
   index
   source
Log:
[t] (0) Mention that you can use other algorithms, e.g. hAtom, to convert HTML to Atom.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8225

Modified: complete.html
===================================================================
--- complete.html	2010-01-05 03:02:22 UTC (rev 4466)
+++ complete.html	2010-01-05 03:07:43 UTC (rev 4467)
@@ -48307,8 +48307,10 @@
   </ol><h4 id=atom><span class=secno>5.5.3 </span>Atom</h4>
 
   <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
@@ -85890,6 +85892,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

Modified: index
===================================================================
--- index	2010-01-05 03:02:22 UTC (rev 4466)
+++ index	2010-01-05 03:07:43 UTC (rev 4467)
@@ -45467,8 +45467,10 @@
   </ol><h4 id=atom><span class=secno>5.4.3 </span>Atom</h4>
 
   <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
@@ -77658,6 +77660,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

Modified: source
===================================================================
--- source	2010-01-05 03:02:22 UTC (rev 4466)
+++ source	2010-01-05 03:07:43 UTC (rev 4467)
@@ -54280,8 +54280,11 @@
   <h4>Atom</h4>
 
   <p>Given a <code>Document</code> <var title="">source</var>, a user
-  agent must run the following algorithm to <dfn title="extracting
-  Atom">extract an Atom feed</dfn>:</p>
+  agent may run the following algorithm to <dfn 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>
 
@@ -96048,6 +96051,11 @@
    <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="refsHTML4">[HTML4]</dt>
    <dd>(Non-normative) <cite><a
    href="http://www.w3.org/TR/html4/">HTML 4.01




More information about the Commit-Watchers mailing list