[Bug 17629] New: img elements with role="presentation" and without alt="" fail validation

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

           Summary: img elements with role="presentation" and without
                    alt="" fail validation
           Product: HTML WG
           Version: unspecified
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P3
         Component: HTML5 spec (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: ian.html@gmail.com
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
                    public-html@w3.org


On the Presentation Role section of W3C ARIA Authoring Practices (
http://www.w3.org/WAI/PF/aria-practices/#presentation_role ), it states that
img elements can be validly without alt="" if they have role="presentation".
However, W3C markup validator currently treats that as invalid.

Is that because of one of the following reasons?

* The statement conflicts with HTML5 spec
* The statement is true and HTML5 spec has not been updated
* The markup validator has a bug

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Thursday, 28 June 2012 10:41:29 UTC