[html5] r6993 - [e] (0) Slightly improve clarity. Affected topics: HTML Syntax and Parsing

whatwg at whatwg.org whatwg at whatwg.org
Mon Feb 13 14:53:21 PST 2012


Author: ianh
Date: 2012-02-13 14:53:20 -0800 (Mon, 13 Feb 2012)
New Revision: 6993

Modified:
   complete.html
   index
   source
Log:
[e] (0) Slightly improve clarity.
Affected topics: HTML Syntax and Parsing

Modified: complete.html
===================================================================
--- complete.html	2012-02-13 22:50:10 UTC (rev 6992)
+++ complete.html	2012-02-13 22:53:20 UTC (rev 6993)
@@ -13946,12 +13946,12 @@
    <li>
 
     <p>If there is no <a href=#pending-parsing-blocking-script>pending parsing-blocking script</a>,
-    have the tokenizer process the characters that were inserted, one
-    at a time, processing resulting tokens as they are emitted, and
-    stopping when the tokenizer reaches the insertion point or when
-    the processing of the tokenizer is aborted by the tree
-    construction stage (this can happen if a <code><a href=#the-script-element>script</a></code> end
-    tag token is emitted by the tokenizer).
+    have the <a href=#html-parser>HTML parser</a> process the characters that were
+    inserted, one at a time, processing resulting tokens as they are
+    emitted, and stopping when the tokenizer reaches the insertion
+    point or when the processing of the tokenizer is aborted by the
+    tree construction stage (this can happen if a <code><a href=#the-script-element>script</a></code>
+    end tag token is emitted by the tokenizer).
 
     <p class=note>If the <code title=dom-document-write><a href=#dom-document-write>document.write()</a></code> method was
     called from script executing inline (i.e. executing because the

Modified: index
===================================================================
--- index	2012-02-13 22:50:10 UTC (rev 6992)
+++ index	2012-02-13 22:53:20 UTC (rev 6993)
@@ -13946,12 +13946,12 @@
    <li>
 
     <p>If there is no <a href=#pending-parsing-blocking-script>pending parsing-blocking script</a>,
-    have the tokenizer process the characters that were inserted, one
-    at a time, processing resulting tokens as they are emitted, and
-    stopping when the tokenizer reaches the insertion point or when
-    the processing of the tokenizer is aborted by the tree
-    construction stage (this can happen if a <code><a href=#the-script-element>script</a></code> end
-    tag token is emitted by the tokenizer).
+    have the <a href=#html-parser>HTML parser</a> process the characters that were
+    inserted, one at a time, processing resulting tokens as they are
+    emitted, and stopping when the tokenizer reaches the insertion
+    point or when the processing of the tokenizer is aborted by the
+    tree construction stage (this can happen if a <code><a href=#the-script-element>script</a></code>
+    end tag token is emitted by the tokenizer).
 
     <p class=note>If the <code title=dom-document-write><a href=#dom-document-write>document.write()</a></code> method was
     called from script executing inline (i.e. executing because the

Modified: source
===================================================================
--- source	2012-02-13 22:50:10 UTC (rev 6992)
+++ source	2012-02-13 22:53:20 UTC (rev 6993)
@@ -14724,12 +14724,12 @@
    <li>
 
     <p>If there is no <span>pending parsing-blocking script</span>,
-    have the tokenizer process the characters that were inserted, one
-    at a time, processing resulting tokens as they are emitted, and
-    stopping when the tokenizer reaches the insertion point or when
-    the processing of the tokenizer is aborted by the tree
-    construction stage (this can happen if a <code>script</code> end
-    tag token is emitted by the tokenizer).
+    have the <span>HTML parser</span> process the characters that were
+    inserted, one at a time, processing resulting tokens as they are
+    emitted, and stopping when the tokenizer reaches the insertion
+    point or when the processing of the tokenizer is aborted by the
+    tree construction stage (this can happen if a <code>script</code>
+    end tag token is emitted by the tokenizer).
 
     <p class="note">If the <code
     title="dom-document-write">document.write()</code> method was




More information about the Commit-Watchers mailing list