Skip to content

Commit

Permalink
[e] (0) Add a note about the head element pointer not being null in t…
Browse files Browse the repository at this point in the history
…he 'after head' mode. (credit: hs) (bug 6390)

git-svn-id: http://svn.whatwg.org/webapps@2950 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 1, 2009
1 parent cbf1fe1 commit 5321da2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -54574,6 +54574,9 @@ interface <dfn id=messageport>MessagePort</dfn> {
<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>
Expand Down
3 changes: 3 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -66782,6 +66782,9 @@ interface <dfn>MessagePort</dfn> {
title="">head</code> element pointer</span> from the <span>stack
of open elements</span>.</p>

<p class="note">The <span><code title="">head</code> element
pointer</span> cannot be null at this point.</p>

</dd>

<dt>An end tag whose tag name is one of: "body", "html", "br"</dt>
Expand Down

0 comments on commit 5321da2

Please sign in to comment.