- From: <bugzilla@jessica.w3.org>
- Date: Sun, 12 Sep 2010 18:49:00 +0000
- To: public-html-a11y@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=10614
Summary: Clarify what <img role=presentation
alt=<not-the-empty-string> > means
Product: ARIA
Version: 1.0
Platform: All
URL: http://www.w3.org/WAI/PF/aria/complete#presentation
OS/Version: All
Status: NEW
Keywords: a11y
Severity: major
Priority: P1
Component: Platform APIs
AssignedTo: aria-ua-impl@googlegroups.com
ReportedBy: xn--mlform-iua@xn--mlform-iua.no
QAContact: aria-ua-impl@googlegroups.com
CC: public-html-a11y@w3.org
Blocks: 10066
(1) In VoiceOver+Safari, then the @alt text in <img role="presentation" src="*"
alt="Some text"> is not presented to the user, despite that it is seen by the
sighted.
(2) Many (in the HTMLwg at leaste) seem to think that role="presentation" hides
the <img>, including the @alt text.
(3) But role="presentation" doesn't hide other elements.
Proposal: Clarify that <img role=presentation src=* alt="foo"> simply takes
away the "img" role, thus causing the "foo" to be presented as
<span>foo</span>.
--
Configure bugmail: http://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 Sunday, 12 September 2010 18:49:01 UTC