Open
Bug 1071554
Opened 11 years ago
Updated 3 years ago
Accesskey should be ignored for elements with "pointer-events: none"
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Core
DOM: UI Events & Focus Handling
Tracking
()
UNCONFIRMED
People
(Reporter: timwi, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0
Build ID: 20140917194002
Steps to reproduce:
Access keys exist as a substitute for using the mouse to select and click on things.
When a webpage author assigns the CSS property “pointer-events: none” to an element, they are signalling that the element cannot be selected or clicked on.
Therefore, the accesskey combination should not trigger the click event for such an element.
Component: Untriaged → Keyboard Navigation
OS: Windows 7 → All
Hardware: x86_64 → All
Version: 32 Branch → Trunk
Comment 1•11 years ago
|
||
Is there a spec which says accesskeys should be ignored for pointer-events: none; ?
What do other browsers do?
Updated•11 years ago
|
Component: DOM: Events → Keyboard: Navigation
| Assignee | ||
Updated•6 years ago
|
Component: Keyboard: Navigation → User events and focus handling
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•