NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 946 - Validator does not allow spaces in area coords attribute
Validator does not allow spaces in area coords attribute
Status: RESOLVED INTENTIONAL
Product: Validator.nu
Classification: Unclassified
Component: HTML parser
HEAD
All All
: P2 normal
Assigned To: Nobody
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-11-13 18:25 CET by Niclas Jareborg
Modified: 2012-11-13 18:42 CET (History)
1 user (show)

See Also:


Attachments
Error screen dump (15.26 KB, image/png)
2012-11-13 18:25 CET, Niclas Jareborg
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Niclas Jareborg 2012-11-13 18:25:10 CET
Created attachment 225 [details]
Error screen dump

The validator reports an error when it encounters spaces in the coords attribute of element area. See attached figure.
Surely, this must be wrong.
Comment 1 Michael[tm] Smith 2012-11-13 18:42:32 CET
(In reply to comment #0)
> The validator reports an error when it encounters spaces in the coords
> attribute of element area. See attached figure.
> Surely, this must be wrong.

No, it's not wrong. That's what the spec requires:

http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#valid-list-of-integers

"A valid list of integers is a number of valid integers separated by U+002C COMMA characters, with no other characters (e.g. no space characters)."