Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[t] (0) script node was never pushed onto the stack, oops
git-svn-id: http://svn.whatwg.org/webapps@2702 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 24, 2009
1 parent fdfe3dd commit 359f4dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions index
Expand Up @@ -50086,8 +50086,9 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {
<code><a href=#script>script</a></code> element as <a href=#already-executed>"already
executed"</a>. (<a href=#fragment-case>fragment case</a>)</li>

<li><p>Append the new element to the <a href=#current-node>current
node</a>.</li>
<li><p>Append the new element to the <a href=#current-node>current node</a>
and push it onto the <a href=#stack-of-open-elements>stack of open
elements</a>..</li>

<li><p>Switch the tokeniser's <a href=#content-model-flag>content model flag</a> to
the CDATA state.</li>
Expand Down
5 changes: 3 additions & 2 deletions source
Expand Up @@ -57188,8 +57188,9 @@ interface <dfn>MessageChannel</dfn> {
<code>script</code> element as <span>"already
executed"</span>. (<span>fragment case</span>)</p></li>

<li><p>Append the new element to the <span>current
node</span>.</p></li>
<li><p>Append the new element to the <span>current node</span>
and push it onto the <span>stack of open
elements</span>..</p></li>

<li><p>Switch the tokeniser's <span>content model flag</span> to
the CDATA state.</p></li>
Expand Down

0 comments on commit 359f4dd

Please sign in to comment.