Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[ac] (2) Fix handing of end tags allowed before, in, and after <head>…
… elements.

git-svn-id: http://svn.whatwg.org/webapps@2730 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 1, 2009
1 parent dd7953c commit 86f7897
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions index
Expand Up @@ -49857,7 +49857,7 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {

</dd>

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

<p>Act as if a start tag token with the tag name "head" and no
Expand Down Expand Up @@ -50026,7 +50026,7 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {

</dd>

<dt>An end tag whose tag name is "br"</dt>
<dt>An end tag whose tag name is one of: "body", "html", "br"</dt>
<dd>
<p>Act as described in the "anything else" entry below.</p>
</dd>
Expand Down Expand Up @@ -50178,7 +50178,7 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {

</dd>

<dt>An end tag whose tag name is "br"</dt>
<dt>An end tag whose tag name is one of: "body", "html", "br"</dt>
<dd>
<p>Act as described in the "anything else" entry below.</p>
</dd>
Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -56866,7 +56866,7 @@ interface <dfn>MessageChannel</dfn> {

</dd>

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

<p>Act as if a start tag token with the tag name "head" and no
Expand Down Expand Up @@ -57053,7 +57053,7 @@ interface <dfn>MessageChannel</dfn> {

</dd>

<dt>An end tag whose tag name is "br"</dt>
<dt>An end tag whose tag name is one of: "body", "html", "br"</dt>
<dd>
<p>Act as described in the "anything else" entry below.</p>
</dd>
Expand Down Expand Up @@ -57225,7 +57225,7 @@ interface <dfn>MessageChannel</dfn> {

</dd>

<dt>An end tag whose tag name is "br"</dt>
<dt>An end tag whose tag name is one of: "body", "html", "br"</dt>
<dd>
<p>Act as described in the "anything else" entry below.</p>
</dd>
Expand Down

0 comments on commit 86f7897

Please sign in to comment.