Skip to content

Commit

Permalink
[t] (0) Mention that you can use other algorithms, e.g. hAtom, to con…
Browse files Browse the repository at this point in the history
…vert HTML to Atom.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8225

git-svn-id: http://svn.whatwg.org/webapps@4467 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 5, 2010
1 parent dfbd31e commit 8afd1ef
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 6 deletions.
10 changes: 8 additions & 2 deletions complete.html
Expand Up @@ -48307,8 +48307,10 @@ <h4 id=json><span class=secno>5.5.1 </span>JSON</h4>
</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
Expand Down Expand Up @@ -85890,6 +85892,10 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
<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
Expand Down
10 changes: 8 additions & 2 deletions index
Expand Up @@ -45467,8 +45467,10 @@ document.body.appendChild(outer);</pre>
</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
Expand Down Expand Up @@ -77658,6 +77660,10 @@ interface <a href=#htmldocument>HTMLDocument</a> {
<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
Expand Down
12 changes: 10 additions & 2 deletions source
Expand Up @@ -54280,8 +54280,11 @@ END:VCARD</pre>
<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>

Expand Down Expand Up @@ -96048,6 +96051,11 @@ interface <span>HTMLDocument</span> {
<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
Expand Down

0 comments on commit 8afd1ef

Please sign in to comment.