NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 654 - Warn about backtick and other characters in unquoted attributes
Warn about backtick and other characters in unquoted attributes
Status: RESOLVED FIXED
Product: Validator.nu
Classification: Unclassified
Component: HTML parser
HEAD
All All
: P2 normal
Assigned To: Nobody
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-09-15 21:14 CEST by Simon Pieters
Modified: 2015-04-01 09:45 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 Simon Pieters 2009-09-15 21:14:54 CEST
In IE, the backtick ` is parsed as a quote character for attributes. It would be good to warn when it's the first character of an unquoted attribute value.

WebKit requires quotes when using one of U+0000 to U+0020 inclusive, so it would be useful to warn about such characters in an unquoted attribute value (if any of them are allowed and aren't already defined as whitespace).