NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 440 - Tell which element is unclosed in tree builder
Tell which element is unclosed in tree builder
Status: NEW
Product: Validator.nu
Classification: Unclassified
Component: HTML parser
HEAD
All All
: P2 normal
Assigned To: Nobody
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-01-29 16:53 CET by Henri Sivonen
Modified: 2010-01-25 01:49 CET (History)
1 user (show)

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-29 16:53:11 CET
< Lachy> hsivonen, from v.nu: "Error: End of file seen and there were 
               open elements." - That would be much more useful if it told me 
               which element wasn't closed
Comment 1 Simon Pieters 2009-01-29 17:11:22 CET
FWIW, validator.w3.org has an additional info message, like so:

Error: Line 3, Column 11: end tag for "DIV" omitted, but its declaration does not permit this.
<div><p><p>
          ^

Info: Line 3, Column 0: start tag was here.
<div><p><p>
^