- From: <bugzilla@jessica.w3.org>
 - Date: Thu, 18 Dec 2014 16:27:02 +0000
 - To: public-html-bugzilla@w3.org
 
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