[html5] r2508 - [ct] (0) The 'after head' insertion mode wasn't updated to handle the new CDATA [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Dec 1 19:58:47 PST 2008


Author: ianh
Date: 2008-12-01 19:58:47 -0800 (Mon, 01 Dec 2008)
New Revision: 2508

Modified:
   index
   source
Log:
[ct] (0) The 'after head' insertion mode wasn't updated to handle the new CDATA rules. (credit: tt)

Modified: index
===================================================================
--- index	2008-12-02 03:08:52 UTC (rev 2507)
+++ index	2008-12-02 03:58:47 UTC (rev 2508)
@@ -48303,10 +48303,8 @@
     <p>Process the token <a href=#using-the-rules-for>using the rules for</a> the "<a href=#parsing-main-inhead title="insertion mode: in head">in head</a>" <a href=#insertion-mode>insertion
     mode</a>.</p>
 
-    <p>Pop the <a href=#current-node>current node</a> (which will be the node
-    pointed to by the <a href=#head-element-pointer><code title="">head</code> element
-    pointer</a>) off the <a href=#stack-of-open-elements>stack of open
-    elements</a>.</p>
+    <p>Remove the node pointed to by the <a href=#head-element-pointer><code title="">head</code> element pointer</a> from the <a href=#stack-of-open-elements>stack
+    of open elements</a>.</p>
 
    </dd>
 

Modified: source
===================================================================
--- source	2008-12-02 03:08:52 UTC (rev 2507)
+++ source	2008-12-02 03:58:47 UTC (rev 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>
 




More information about the Commit-Watchers mailing list