- From: poot <cvsmail@w3.org>
- Date: Mon, 13 Feb 2012 17:53:37 -0500
- To: public-html-diffs@w3.org
hixie: Slightly improve clarity. (whatwg r6993)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5585&r2=1.5586&f=h
http://html5.org/tools/web-apps-tracker?from=6992&to=6993
===================================================================
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:39 UTC