- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 01 Apr 2009 01:39:54 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv12257
Modified Files:
Overview.html
Log Message:
Add a note about the head element pointer not being null in the 'after head' mode. (credit: hs) (bug 6390) (whatwg r2950)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2112
retrieving revision 1.2113
diff -u -d -r1.2112 -r1.2113
--- Overview.html 1 Apr 2009 01:21:44 -0000 1.2112
+++ Overview.html 1 Apr 2009 01:39:51 -0000 1.2113
@@ -48995,6 +48995,9 @@
<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>
+ <p class=note>The <a href=#head-element-pointer><code title="">head</code> element
+ pointer</a> cannot be null at this point.</p>
+
</dd>
<dt>An end tag whose tag name is one of: "body", "html", "br"</dt>
Received on Wednesday, 1 April 2009 01:40:04 UTC