[html5] r2730 - [ac] (2) Fix handing of end tags allowed before, in, and after <head> elements.
whatwg at whatwg.org
whatwg at whatwg.org
Sat Jan 31 21:23:44 PST 2009
Author: ianh
Date: 2009-01-31 21:23:43 -0800 (Sat, 31 Jan 2009)
New Revision: 2730
Modified:
index
source
Log:
[ac] (2) Fix handing of end tags allowed before, in, and after <head> elements.
Modified: index
===================================================================
--- index 2009-02-01 01:56:46 UTC (rev 2729)
+++ index 2009-02-01 05:23:43 UTC (rev 2730)
@@ -49857,7 +49857,7 @@
</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
@@ -50026,7 +50026,7 @@
</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>
@@ -50178,7 +50178,7 @@
</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>
Modified: source
===================================================================
--- source 2009-02-01 01:56:46 UTC (rev 2729)
+++ source 2009-02-01 05:23:43 UTC (rev 2730)
@@ -56866,7 +56866,7 @@
</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
@@ -57053,7 +57053,7 @@
</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>
@@ -57225,7 +57225,7 @@
</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>
More information about the Commit-Watchers
mailing list