<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>7184</bug_id>
          
          <creation_ts>2009-08-01 08:22:23 +0000</creation_ts>
          <short_desc>Space characters in the coords attribute value is considered an error</short_desc>
          <delta_ts>2015-08-23 07:07:23 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>HTML Checker</product>
          <component>General</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Nikos Bilalis">nikos</reporter>
          <assigned_to name="Henri Sivonen">hsivonen</assigned_to>
          
          
          <qa_contact name="qa-dev tracking">www-validator-cvs</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>26162</commentid>
    <comment_count>0</comment_count>
    <who name="Nikos Bilalis">nikos</who>
    <bug_when>2009-08-01 08:22:23 +0000</bug_when>
    <thetext>When looking at an HTML 5 document, the validator reports the coords attribute in the area element

&lt;pre&gt;
&lt;area shape=&quot;rect&quot; coords=&quot;331,202,445,246&quot; [...]
&lt;/pre&gt;

as valid, and

&lt;pre&gt;
&lt;area shape=&quot;rect&quot; coords=&quot;331, 202, 445, 246&quot; [...]
&lt;/pre&gt;

as invalid and reports the following error:

&lt;pre&gt;Bad value 331, 202, 445, 246 for attribute coords on element area: Expected a minus sign or a digit but saw   instead.&lt;/pre&gt;

That is, &quot;expected a minus sign or a digit but saw the space character instead.&quot;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>26174</commentid>
    <comment_count>1</comment_count>
    <who name="Ville Skyttä">ville.skytta</who>
    <bug_when>2009-08-02 20:12:46 +0000</bug_when>
    <thetext>Do you have an URL to a reproducer document?

Anyway, assigning to Henri as I believe this is something that comes directly from validator.nu and I&apos;m not familiar enough yet with HTML5 to tell if this is a bug or not offhand.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>26186</commentid>
    <comment_count>2</comment_count>
    <who name="Nikos Bilalis">nikos</who>
    <bug_when>2009-08-03 05:31:09 +0000</bug_when>
    <thetext>Sorry, no document. But I would gladly make you one if this helps. Anyway, it&apos;s a pretty straightforward issue and the bug summary really sums it up:

Space characters in the coords attribute value is considered an error.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>26265</commentid>
    <comment_count>3</comment_count>
    <who name="Henri Sivonen">hsivonen</who>
    <bug_when>2009-08-06 12:42:46 +0000</bug_when>
    <thetext>The validator is correct per spec:
http://www.whatwg.org/specs/web-apps/current-work/#valid-list-of-integers
http://www.whatwg.org/specs/web-apps/current-work/#attr-area-coords
</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>