- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 13 May 2011 04:47:13 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv31243
Modified Files:
spec.html the-end.html
Log Message:
clarify fragment parsing algorithm (whatwg r6135)
[updated by splitter]
Index: the-end.html
===================================================================
RCS file: /sources/public/html5/spec/the-end.html,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- the-end.html 12 May 2011 06:46:51 -0000 1.47
+++ the-end.html 13 May 2011 04:47:11 -0000 1.48
@@ -1286,4 +1286,7 @@
</li>
- </ol></div></body></html>
\ No newline at end of file
+ </ol><p class="note">This algorithm is invoked without a <var title="concept-frag-parse-context"><a href="#concept-frag-parse-context">context</a></var> element in the case
+ of <code title="dom-Document-innerHTML">Document.innerHTML</code>.</p>
+
+ </div></body></html>
\ No newline at end of file
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1494
retrieving revision 1.1495
diff -u -d -r1.1494 -r1.1495
--- spec.html 12 May 2011 20:47:32 -0000 1.1494
+++ spec.html 13 May 2011 04:47:05 -0000 1.1495
@@ -384,7 +384,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">web developer edition</a>.
-This is revision 1.4934.
+This is revision 1.4935.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2011 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Friday, 13 May 2011 04:47:19 UTC