NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 651 - Warn about unquoted attribute followed by minimized attribute
Warn about unquoted attribute followed by minimized attribute
Status: RESOLVED INTENTIONAL
Product: Validator.nu
Classification: Unclassified
Component: HTML parser
HEAD
All All
: P2 enhancement
Assigned To: Nobody
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-09-12 08:52 CEST by Simon Pieters
Modified: 2015-04-01 09:42 CEST (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 Simon Pieters 2009-09-12 08:52:50 CEST
Consider <img src=foo.jpg alt=My title>

It would be helpful if it gave a warning since it's possible that alt="My title" was intended rather then alt="My" title="".