Bugzilla – Bug 522
Fix handing of end tags allowed before, in, and after <head> elements.
Last modified: 2009-11-23 17:17:25 CET
Index: source =================================================================== --- source (revision 2729) +++ source (revision 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>