NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 517 - script node was never pushed onto the stack, oops
script node was never pushed onto the stack, oops
Status: NEW
Product: Validator.nu
Classification: Unclassified
Component: HTML parser
HEAD
All All
: P2 normal
Assigned To: Nobody
http://svn.whatwg.org/webapps/source?...
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-05-27 14:16 CEST by Henri Sivonen
Modified: 2009-11-23 17:17 CET (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Henri Sivonen 2009-05-27 14:16:57 CEST
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>