hixie: Make <title> and <subtitle> in the Atom conversion contain markup (whatwg r5253)

hixie: Make <title> and <subtitle> in the Atom conversion contain markup
(whatwg r5253)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4180&r2=1.4181&f=h
http://html5.org/tools/web-apps-tracker?from=5252&to=5253

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4180
retrieving revision 1.4181
diff -u -d -r1.4180 -r1.4181
--- Overview.html 9 Aug 2010 06:11:09 -0000 1.4180
+++ Overview.html 9 Aug 2010 19:11:11 -0000 1.4181
@@ -60036,8 +60036,9 @@
 
   <p>The following steps form the <dfn id="html-fragment-serialization-algorithm">HTML fragment serialization
   algorithm</dfn>. The algorithm takes as input a DOM
-  <code><a href="#element">Element</a></code> or <code><a href="#document">Document</a></code>, referred to as <var title="">the node</var>, and either returns a string or raises an
-  exception.</p>
+  <code><a href="#element">Element</a></code>, <code><a href="#document">Document</a></code>, or
+  <code><a href="#documentfragment">DocumentFragment</a></code> referred to as <var title="">the
+  node</var>, and either returns a string or raises an exception.</p>
 
   <p class="note">This algorithm serializes the <em>children</em> of
   the node being serialized, not the node itself.</p>

Received on Monday, 9 August 2010 19:12:04 UTC