[Bug 27324] html5 imagemap area attribute coordinates: scan seems not to terminate properly on final quote.

https://www.w3.org/Bugs/Public/show_bug.cgi?id=27324

Michael[tm] Smith <mike@w3.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |mike@w3.org
         Resolution|---                         |WORKSFORME

--- Comment #3 from Michael[tm] Smith <mike@w3.org> ---
The validator conforms to the HTML5 spec here.

Note that the spec says, "The coords attribute must, if specified, contain a
valid list of integers"
http://www.w3.org/TR/html/embedded-content-0.html#attr-area-coords

and then it says "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)."
http://www.w3.org/TR/html/infrastructure.html#valid-list-of-integers

So the spec makes it quite clear that spaces aren't allowed in the coords
value.

If you believe the HTML spec should instead allow spaces in the coors value,
the place to raise a bug is
https://www.w3.org/Bugs/Public/enter_bug.cgi?product=WHATWG&component=HTML

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 17 November 2014 07:14:51 UTC