- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 09 Aug 2010 19:17:04 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv13084
Modified Files:
spec.html the-end.html
Log Message:
Make <title> and <subtitle> in the Atom conversion contain markup (whatwg r5253)
[updated by splitter]
Index: the-end.html
===================================================================
RCS file: /sources/public/html5/spec/the-end.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- the-end.html 4 Aug 2010 23:16:45 -0000 1.7
+++ the-end.html 9 Aug 2010 19:17:02 -0000 1.8
@@ -776,8 +776,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="infrastructure.html#element">Element</a></code> or <code><a href="infrastructure.html#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="infrastructure.html#element">Element</a></code>, <code><a href="infrastructure.html#document">Document</a></code>, or
+ <code><a href="infrastructure.html#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>
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1113
retrieving revision 1.1114
diff -u -d -r1.1113 -r1.1114
--- spec.html 9 Aug 2010 06:16:44 -0000 1.1113
+++ spec.html 9 Aug 2010 19:17:01 -0000 1.1114
@@ -333,7 +333,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">author edition</a>.
-This is revision 1.4180.
+This is revision 1.4181.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Monday, 9 August 2010 19:17:05 UTC