html5/spec Overview.html,1.5585,1.5586

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

Modified Files:
	Overview.html 
Log Message:
Slightly improve clarity. (whatwg r6993)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5585
retrieving revision 1.5586
diff -u -d -r1.5585 -r1.5586
--- Overview.html	13 Feb 2012 22:50:16 -0000	1.5585
+++ Overview.html	13 Feb 2012 22:53:26 -0000	1.5586
@@ -11627,12 +11627,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

Received on Monday, 13 February 2012 22:53:33 UTC