[html5] r2702 - [t] (0) script node was never pushed onto the stack, oops
whatwg at whatwg.org
whatwg at whatwg.org
Fri Jan 23 16:32:38 PST 2009
Author: ianh
Date: 2009-01-23 16:32:38 -0800 (Fri, 23 Jan 2009)
New Revision: 2702
Modified:
index
source
Log:
[t] (0) script node was never pushed onto the stack, oops
Modified: index
===================================================================
--- index 2009-01-24 00:28:27 UTC (rev 2701)
+++ index 2009-01-24 00:32:38 UTC (rev 2702)
@@ -50086,8 +50086,9 @@
<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>
Modified: source
===================================================================
--- source 2009-01-24 00:28:27 UTC (rev 2701)
+++ source 2009-01-24 00:32:38 UTC (rev 2702)
@@ -57188,8 +57188,9 @@
<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>
More information about the Commit-Watchers
mailing list