Skip to content

Commit

Permalink
[ct] (0) Oops, missed a case of </br> magic in the parser. (credit: tt)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2586 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 25, 2008
1 parent b9a4c7c commit 893e071
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
9 changes: 7 additions & 2 deletions index
Expand Up @@ -49119,7 +49119,7 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {
mode</a>.</p>
</dd>

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

</dd>

<dt>An end tag whose tag name is "br"</dt>
<dd>
<p>Act as described in the "anything else" entry below.</p>
</dd>

<dt>A start tag whose tag name is "head"</dt>
<dt>Any <!--other--> end tag</dt>
<dt>Any other end tag</dt>
<dd>
<p><a href=#parse-error>Parse error</a>. Ignore the token.</p>
</dd>
Expand Down
9 changes: 7 additions & 2 deletions source
Expand Up @@ -56038,7 +56038,7 @@ interface <dfn>MessageChannel</dfn> {
mode</span>.</p>
</dd>

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

</dd>

<dt>An end tag whose tag name is "br"</dt>
<dd>
<p>Act as described in the "anything else" entry below.</p>
</dd>

<dt>A start tag whose tag name is "head"</dt>
<dt>Any <!--other--> end tag</dt>
<dt>Any other end tag</dt>
<dd>
<p><span>Parse error</span>. Ignore the token.</p>
</dd>
Expand Down

0 comments on commit 893e071

Please sign in to comment.