- From: <bugzilla@wiggum.w3.org>
- Date: Sat, 01 Aug 2009 08:22:23 +0000
- To: www-validator-cvs@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=7184
Summary: Space characters in the coords attribute value is
considered an error
Product: Validator
Version: HEAD
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: HTML5
AssignedTo: dave.null@w3.org
ReportedBy: nikos@bilalis.com
QAContact: www-validator-cvs@w3.org
When looking at an HTML 5 document, the validator reports the coords attribute
in the area element
<pre>
<area shape="rect" coords="331,202,445,246" [...]
</pre>
as valid, and
<pre>
<area shape="rect" coords="331, 202, 445, 246" [...]
</pre>
as invalid and reports the following error:
<pre>Bad value 331, 202, 445, 246 for attribute coords on element area:
Expected a minus sign or a digit but saw instead.</pre>
That is, "expected a minus sign or a digit but saw the space character
instead."
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Saturday, 1 August 2009 08:22:32 UTC