- From: poot <cvsmail@w3.org>
- Date: Sat, 24 Jan 2009 09:35:20 +0900 (JST)
- To: public-html-diffs@w3.org
script node was never pushed onto the stack, oops (whatwg r2702) A start tag whose tag name is "script" http://people.w3.org/mike/diffs/html5/spec/Overview.1.1872.html#scriptTag http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1871&r2=1.1872&f=h http://html5.org/tools/web-apps-tracker?from=2701&to=2702 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1871 retrieving revision 1.1872 diff -u -d -r1.1871 -r1.1872 --- Overview.html 24 Jan 2009 00:28:32 -0000 1.1871 +++ Overview.html 24 Jan 2009 00:32:43 -0000 1.1872 @@ -40430,8 +40430,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>
Received on Saturday, 24 January 2009 00:35:55 UTC