Skip to content
Permalink
Browse files
[e] (0) mention that the Atom conversion step can result in non-confo…
…rming Atom feeds if the input is insufficient.

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

git-svn-id: http://svn.whatwg.org/webapps@4466 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 5, 2010
1 parent 0dbd5af commit dfbd31e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
@@ -48742,7 +48742,14 @@ <h4 id=json><span class=secno>5.5.1 </span>JSON</h4>

<li><p>Return the Atom document <var title="">R</var>.</li>

</ol><p>The <dfn id=atom-namespace>Atom namespace</dfn> is: <code>http://www.w3.org/2005/Atom</code></p>
</ol><p class=note>The above algorithm does not guarantee that the
output will be a conforming Atom feed. In particular, if
insufficient information is provided in the document (e.g. if the
document does not have any <code title="">&lt;meta name="author"
content="..."&gt;</code> elements), then the output will not be
conforming.</p>

<p>The <dfn id=atom-namespace>Atom namespace</dfn> is: <code>http://www.w3.org/2005/Atom</code></p>

</div>

9 index
@@ -45902,7 +45902,14 @@ document.body.appendChild(outer);</pre>

<li><p>Return the Atom document <var title="">R</var>.</li>

</ol><p>The <dfn id=atom-namespace>Atom namespace</dfn> is: <code>http://www.w3.org/2005/Atom</code></p>
</ol><p class=note>The above algorithm does not guarantee that the
output will be a conforming Atom feed. In particular, if
insufficient information is provided in the document (e.g. if the
document does not have any <code title="">&lt;meta name="author"
content="..."&gt;</code> elements), then the output will not be
conforming.</p>

<p>The <dfn id=atom-namespace>Atom namespace</dfn> is: <code>http://www.w3.org/2005/Atom</code></p>

</div>

7 source
@@ -54821,6 +54821,13 @@ END:VCARD</pre>

</ol>

<p class="note">The above algorithm does not guarantee that the
output will be a conforming Atom feed. In particular, if
insufficient information is provided in the document (e.g. if the
document does not have any <code title="">&lt;meta name="author"
content="..."></code> elements), then the output will not be
conforming.</p>

<p>The <dfn>Atom namespace</dfn> is: <code>http://www.w3.org/2005/Atom</code></p>

</div>

0 comments on commit dfbd31e

Please sign in to comment.