html5/spec Overview.html,1.3565,1.3566

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv20231

Modified Files:
	Overview.html 
Log Message:
mention that the Atom conversion step can result in non-conforming Atom feeds if the input is insufficient. (whatwg r4466)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3565
retrieving revision 1.3566
diff -u -d -r1.3565 -r1.3566
--- Overview.html	5 Jan 2010 02:54:37 -0000	1.3565
+++ Overview.html	5 Jan 2010 03:02:34 -0000	1.3566
@@ -41001,7 +41001,14 @@
 
    <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><h2 id="browsers"><span class="secno">6 </span>Web browsers</h2><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><div class="impl">
 

Received on Tuesday, 5 January 2010 03:02:39 UTC