[Bug 956] New: Parser doesn't recognize alt tag before src

http://www.w3.org/Bugs/Public/show_bug.cgi?id=956

           Summary: Parser doesn't recognize alt tag before src
           Product: Validator
           Version: 0.7.0
          Platform: Other
               URL: http://cougarclub.org/Store/calendars-new.asp
        OS/Version: other
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Website
        AssignedTo: ot@w3.org
        ReportedBy: steve@shockley.net
         QAContact: www-validator-cvs@w3.org


This line passes the validator:

<img src="http://images.paypal.com/images/x-click-but22.gif" border="0" 
width="87" height="23" alt="Add to Cart"></a>

But this line complains there's no alt tag:

<img alt="Add to Cart" src="http://images.paypal.com/images/x-click-but22.gif" 
border="0" width="87" height="23"></a>

Note that the url above will soon change to http://cougarclub.org/Store/, in 
case you get a 404.



------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.

Received on Thursday, 16 December 2004 04:49:26 UTC