html5/spec Overview.html,1.1678,1.1679

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv13470

Modified Files:
	Overview.html 
Log Message:
The 'after head' insertion mode wasn't updated to handle the new CDATA rules. (credit: tt) (whatwg r2508)

Index: Overview.html
===================================================================
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 03:59:04 UTC