[Bug 10494] modify aria example and fix spelling

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


Leif Halvard Silli <xn--mlform-iua@xn--mlform-iua.no> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |xn--mlform-iua@xn--mlform-i
                   |                            |ua.no




--- Comment #4 from Leif Halvard Silli <xn--mlform-iua@xn--mlform-iua.no>  2010-09-10 04:44:40 ---
(In reply to comment #3)
> (In reply to comment #1)
> > EDITOR'S RESPONSE: This is an Editor's Response to your comment. If you are

> > Rationale: What would the example do, if not what I described? Isn't what I
> > described the whole point here?
> 
> 1. As implemented it does not do what you describe, so it is misleading.
> 2. So please either explain how you came to the conclusion that it does what
> you say it does or remove the example.

By giving the container element the role "img", all the child elements of the
container element will be considered presentationl. This is descirbed in ARIA
1.0:

http://www.w3.org/TR/wai-aria/complete#childrenArePresentational
http://www.w3.org/TR/wai-aria/complete#img

As a result, the the labeling elements for the role="img" element has to be
pointed to via aria-labelledby, like Ian has done.

As a result of Ian fixing the spelling of aria-labelledby, VoiceOver on Mac OS
X 10.5 works ase Ian describes. Thus I see no error in Ian's description.

Which implementations of ARIA 1.0 works differently and what is the difference?

-- 
Configure bugmail: http://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 Friday, 10 September 2010 04:44:42 UTC