NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 258 - Better error messages for common mistakes
Better error messages for common mistakes
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: 2008-07-03 11:40 CEST by Henri Sivonen
Modified: 2009-11-23 17:16 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 2008-07-03 11:40:24 CEST
11:14 < Hixie> hsivonen: the most common errors i get are (1) mistyping the 
               start tag (e.g. missing the leading <), and (2) getting hte 
               wrong end tag.
11:15 < Hixie> these two errors both cause an inordinate number of errors to be 
               reported and none of them really say what the actual mistake was.
11:15 < Hixie> e.g. <p> foo var title="">x</vsr> </p>  and  <p> <a 
               href="">x</span> </p>
11:16 < othermaciej> I had a similar experience with the validator
11:16 < othermaciej> although the mistake was missing close "
11:18 < Hixie> the wrong end tag for an inline element in particular cascades 
               into an error for almost every block-level element in the tree 
               from the point of the error on.
11:18 < Hixie> which is exciting when the error is half way down the html5 spec