spec/Overview.html 1.1679 2508 The 'after head' insertion mode wasn't u

The 'after head' insertion mode wasn't updated to handle the new CDATA
rules. (credit: tt) (whatwg r2508)

8.2.5.9 The "after head" insertion mode
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1679.html#the-after-head-insertion-mode

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1678&r2=1.1679&f=h
http://html5.org/tools/web-apps-tracker?from=2507&to=2508

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1678
retrieving revision 1.1679
diff -u -d -r1.1678 -r1.1679
--- Overview.html 2 Dec 2008 03:08:56 -0000 1.1678
+++ Overview.html 2 Dec 2008 03:58:51 -0000 1.1679
@@ -38873,10 +38873,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>

Received on Tuesday, 2 December 2008 04:02:25 UTC