<?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>956</bug_id>
          
          <creation_ts>2004-12-16 04:49:25 +0000</creation_ts>
          <short_desc>Parser doesn&apos;t recognize alt tag before src</short_desc>
          <delta_ts>2004-12-20 03:16:53 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Validator</product>
          <component>Parser</component>
          <version>0.7.0</version>
          <rep_platform>Other</rep_platform>
          <op_sys>other</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WORKSFORME</resolution>
          
          
          <bug_file_loc>http://cougarclub.org/Store/calendars-new.asp</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>minor</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Steve Shockley">steve</reporter>
          <assigned_to name="Olivier Thereaux">ot</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>2689</commentid>
    <comment_count>0</comment_count>
    <who name="Steve Shockley">steve</who>
    <bug_when>2004-12-16 04:49:25 +0000</bug_when>
    <thetext>This line passes the validator:

&lt;img src=&quot;http://images.paypal.com/images/x-click-but22.gif&quot; border=&quot;0&quot; 
width=&quot;87&quot; height=&quot;23&quot; alt=&quot;Add to Cart&quot;&gt;&lt;/a&gt;

But this line complains there&apos;s no alt tag:

&lt;img alt=&quot;Add to Cart&quot; src=&quot;http://images.paypal.com/images/x-click-but22.gif&quot; 
border=&quot;0&quot; width=&quot;87&quot; height=&quot;23&quot;&gt;&lt;/a&gt;

Note that the url above will soon change to http://cougarclub.org/Store/, in 
case you get a 404.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2690</commentid>
    <comment_count>1</comment_count>
    <who name="Olivier Thereaux">ot</who>
    <bug_when>2004-12-20 03:16:53 +0000</bug_when>
    <thetext>As far as I know the parser does not care about attribute order. I have taken
the page you mention, shuffled the attributes around as the bug report said, and
always got positive validation as a result.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>