- From: <bugzilla@jessica.w3.org>
- Date: Mon, 04 Jul 2011 12:35:04 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=13130
Summary: accesskey handling in the spec doesn't match the
implementations
Product: HTML WG
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: HTML5 spec (editor: Ian Hickson)
AssignedTo: ian@hixie.ch
ReportedBy: Olli.Pettay@gmail.com
QAContact: public-html-bugzilla@w3.org
CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
public-html@w3.org
Created attachment 1010
--> http://www.w3.org/Bugs/Public/attachment.cgi?id=1010
testcase
Per the spec accesskey is registered to some element even if the
element isn't the document tree. Only changing the accesskey attribute or
moving the element to another document should change the assigned access key.
That is not what browsers seem to do.
If element isn't in the document tree, one cannot activate the element using
accesskey.
(Tested on Gecko and Webkit)
So, the spec should mention that the elements which aren't in the document
tree should not have assigned access key.
--
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 Monday, 4 July 2011 12:35:09 UTC