Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Slightly improve clarity.
Affected topics: HTML Syntax and Parsing

git-svn-id: http://svn.whatwg.org/webapps@6993 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 13, 2012
1 parent 0974ce8 commit e8ef4ba
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions complete.html
Expand Up @@ -13946,12 +13946,12 @@ <h4 id=document.write()><span class=secno>3.4.3 </span><code title=dom-document-
<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
Expand Down
12 changes: 6 additions & 6 deletions index
Expand Up @@ -13946,12 +13946,12 @@ plaintext = *( %x0000-2029 / %x202F-10FFFF )
<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
Expand Down
12 changes: 6 additions & 6 deletions source
Expand Up @@ -14724,12 +14724,12 @@ plaintext = *( %x0000-2029 / %x202F-10FFFF )
<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
Expand Down

0 comments on commit e8ef4ba

Please sign in to comment.