[html5] r6135 - [e] (0) clarify fragment parsing algorithm

whatwg at whatwg.org whatwg at whatwg.org
Thu May 12 21:30:01 PDT 2011


Author: ianh
Date: 2011-05-12 21:30:00 -0700 (Thu, 12 May 2011)
New Revision: 6135

Modified:
   complete.html
   index
   source
Log:
[e] (0) clarify fragment parsing algorithm

Modified: complete.html
===================================================================
--- complete.html	2011-05-12 20:40:41 UTC (rev 6134)
+++ complete.html	2011-05-13 04:30:00 UTC (rev 6135)
@@ -239,7 +239,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1>Web Applications 1.0</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 12 May 2011</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 13 May 2011</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -89259,10 +89259,13 @@
 
    </li>
 
-  </ol></div>
+  </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>
 
 
+
   <h3 id=named-character-references><span class=secno>13.5 </span><dfn>Named character references</dfn></h3>
 
   <p>This table lists the character reference names that are supported

Modified: index
===================================================================
--- index	2011-05-12 20:40:41 UTC (rev 6134)
+++ index	2011-05-13 04:30:00 UTC (rev 6135)
@@ -243,7 +243,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 12 May 2011</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 13 May 2011</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -85240,10 +85240,13 @@
 
    </li>
 
-  </ol></div>
+  </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>
 
 
+
   <h3 id=named-character-references><span class=secno>11.5 </span><dfn>Named character references</dfn></h3>
 
   <p>This table lists the character reference names that are supported

Modified: source
===================================================================
--- source	2011-05-12 20:40:41 UTC (rev 6134)
+++ source	2011-05-13 04:30:00 UTC (rev 6135)
@@ -101282,6 +101282,11 @@
 
   </ol>
 
+  <p class="note">This algorithm is invoked without a <var
+  title="concept-frag-parse-context">context</var> element in the case
+  of <code
+  title="dom-Document-innerHTML">Document.innerHTML</code>.</p>
+
   </div>
 
 




More information about the Commit-Watchers mailing list