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

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

Philippe Le Hegaret <plh@w3.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |plh@w3.org

--- Comment #3 from Philippe Le Hegaret <plh@w3.org> ---
the spec currently says (non-normatively):
"Each element that can be activated or focused can be assigned a single key
combination to activate it, using the accesskey attribute."
http://www.w3.org/TR/html5/editing.html#assigning-keyboard-shortcuts


what kind of conformance requirements do we expect with the following examples?

Example 1:
[[
<!doctype html>
<p accesskey='c'>Hello World!</p>
]]


Example 2:
[[
<!doctype html>
<p accesskey='c' onclick="doSomething();">Hello World!</p>
]]

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 18 December 2014 16:27:04 UTC