[html5] r4466 - [e] (0) mention that the Atom conversion step can result in non-conforming Atom [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jan 4 19:02:29 PST 2010
Author: ianh
Date: 2010-01-04 19:02:22 -0800 (Mon, 04 Jan 2010)
New Revision: 4466
Modified:
complete.html
index
source
Log:
[e] (0) mention that the Atom conversion step can result in non-conforming Atom feeds if the input is insufficient.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8224
Modified: complete.html
===================================================================
--- complete.html 2010-01-05 02:54:29 UTC (rev 4465)
+++ complete.html 2010-01-05 03:02:22 UTC (rev 4466)
@@ -48742,8 +48742,15 @@
<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=""><meta name="author"
+ content="..."></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>
Modified: index
===================================================================
--- index 2010-01-05 02:54:29 UTC (rev 4465)
+++ index 2010-01-05 03:02:22 UTC (rev 4466)
@@ -45902,8 +45902,15 @@
<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=""><meta name="author"
+ content="..."></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>
Modified: source
===================================================================
--- source 2010-01-05 02:54:29 UTC (rev 4465)
+++ source 2010-01-05 03:02:22 UTC (rev 4466)
@@ -54821,6 +54821,13 @@
</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=""><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>
More information about the Commit-Watchers
mailing list