html5/spec Overview.html,1.4180,1.4181

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

Modified Files:
	Overview.html 
Log Message:
Make <title> and <subtitle> in the Atom conversion contain markup (whatwg r5253)

Index: Overview.html
===================================================================
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:11:16 UTC