NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 423 - Oops, missed a case of </br> magic in the parser. (credit: tt)
Oops, missed a case of </br> magic in the parser. (credit: tt)
Status: RESOLVED NOTREPRODUCIBLE
Product: Validator.nu
Classification: Unclassified
Component: General
HEAD
All All
: P2 normal
Assigned To: Nobody
http://svn.whatwg.org/webapps/source?...
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-01-04 16:58 CET by Henri Sivonen
Modified: 2011-05-19 16:19 CEST (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-01-04 16:58:00 CET
Index: source
===================================================================
--- source	(revision 2585)
+++ source	(revision 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>