- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 24 Jan 2009 00:32:45 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv2576
Modified Files:
Overview.html
Log Message:
script node was never pushed onto the stack, oops (whatwg r2702)
Index: Overview.html
===================================================================
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:32:55 UTC