[Bug 18411] New: lack of alt not flagged as an error

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

           Summary: lack of alt not flagged as an error
           Product: Validator (Nu)
           Version: unspecified
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: General
        AssignedTo: mike+validator@w3.org
        ReportedBy: faulkner.steve@gmail.com
         QAContact: www-validator-cvs@w3.org


In this situation (img element with no alt) the document is not conforming as
per HTML5, yet no errors are flagged

<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<p><IMG  title=arrow src="/images/choose.jpg"></p>
</body>
</html>

please fix

-- 
Configure bugmail: https://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 Thursday, 26 July 2012 11:50:27 UTC