NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 522 - Fix handing of end tags allowed before, in, and after <head> elements.
Fix handing of end tags allowed before, in, and after <head> elements.
Status: NEW
Product: Validator.nu
Classification: Unclassified
Component: HTML parser
HEAD
All All
: P2 normal
Assigned To: Nobody
http://svn.whatwg.org/webapps/source?...
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-05-27 14:19 CEST by Henri Sivonen
Modified: 2009-11-23 17:17 CET (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Henri Sivonen 2009-05-27 14:19:04 CEST
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>