[html5] r2586 - [ct] (0) Oops, missed a case of </br> magic in the parser. (credit: tt)
whatwg at whatwg.org
whatwg at whatwg.org
Thu Dec 25 00:55:50 PST 2008
Author: ianh
Date: 2008-12-25 00:55:49 -0800 (Thu, 25 Dec 2008)
New Revision: 2586
Modified:
index
source
Log:
[ct] (0) Oops, missed a case of </br> magic in the parser. (credit: tt)
Modified: index
===================================================================
--- index 2008-12-25 08:47:15 UTC (rev 2585)
+++ index 2008-12-25 08:55:49 UTC (rev 2586)
@@ -49119,7 +49119,7 @@
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>
@@ -49207,8 +49207,13 @@
</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>
Modified: source
===================================================================
--- source 2008-12-25 08:47:15 UTC (rev 2585)
+++ source 2008-12-25 08:55:49 UTC (rev 2586)
@@ -56038,7 +56038,7 @@
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>
@@ -56137,8 +56137,13 @@
</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>
More information about the Commit-Watchers
mailing list