[Bug 10905] clarify how assigning an accesskey to an element affects the elements default role

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

--- Comment #2 from steve faulkner <faulkner.steve@gmail.com> 2010-10-12 08:26:11 UTC ---
(In reply to comment #1)
> All three turn into role=menuitem.
> What is the request here? It's not clear to me what change is being requested
> or what problem needs solving.

apologies for being unclear, the problem is that it is not clear to me what
effect adding an accesskey attribute has on the default role of an element.
Please add a clarification to the ARIA section of the spec stating that the
default role of any element which has an accesskey attribute is overidden by
role="menuitem" if this is the case.

so what is the role of

<h1 accesskey="a" role=button"> hello </h1>

please add clarification in the spec for cases such as the above.

-- 
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 Tuesday, 12 October 2010 08:26:15 UTC