[Webkit-unassigned] [Bug 101650] AX: Focusable div should have empty title if it has inner focusable elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 8 15:19:49 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=101650


James Craig <james at cookiecrook.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |james at cookiecrook.com




--- Comment #1 from James Craig <james at cookiecrook.com>  2012-11-08 15:21:26 PST ---
Probably should also avoid nameFrom:contents on elements with ARIA roles that explicitly disallow this, too. For example, this could get "Foo" as the accessible name:

<div tabindex="0"><div>Foo</div></div>

but this should not:

<div tabindex="0"><div role="group">Foo</div></div>

because the group role defines nameFrom:author (not contents) and the text alternative computation explicitly disallows traversing these nodes for name computation.

http://www.w3.org/WAI/PF/aria/complete#group

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list