NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 406 - The 'after head' insertion mode wasn't updated to handle the new CDATA rules. (credit: tt)
The 'after head' insertion mode wasn't updated to handle the new CDATA rules....
Status: NEW
Product: Validator.nu
Classification: Unclassified
Component: General
HEAD
All All
: P2 normal
Assigned To: Nobody
http://svn.whatwg.org/webapps/source?...
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-01-04 16:52 CET 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-01-04 16:52:07 CET
Index: source
===================================================================
--- source	(revision 2507)
+++ source	(revision 2508)
@@ -55091,10 +55091,9 @@
     title="insertion mode: in head">in head</span>" <span>insertion
     mode</span>.</p>
 
-    <p>Pop the <span>current node</span> (which will be the node
-    pointed to by the <span><code title="">head</code> element
-    pointer</span>) off the <span>stack of open
-    elements</span>.</p>
+    <p>Remove the node pointed to by the <span><code
+    title="">head</code> element pointer</span> from the <span>stack
+    of open elements</span>.</p>
 
    </dd>