Open Bug 1071554 Opened 10 years ago Updated 2 years ago

Accesskey should be ignored for elements with "pointer-events: none"

Categories

(Core :: DOM: UI Events & Focus Handling, defect)

defect

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
Blocks: 822898
Component: Keyboard Navigation → DOM: Events
Product: Firefox → Core
No longer blocks: 822898
Is there a spec which says accesskeys should be ignored for pointer-events: none; ?

What do other browsers do?
Component: DOM: Events → Keyboard: Navigation
Component: Keyboard: Navigation → User events and focus handling
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.