Bugzilla – Bug 517
script node was never pushed onto the stack, oops
Last modified: 2009-11-23 17:17:24 CET
Index: source =================================================================== --- source (revision 2701) +++ source (revision 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>