How different browsers handle the above accessKey letters for button and anchor elements
Browser | Operating System | Key Combination | Button Behavior | Anchor Behavior |
---|---|---|---|---|
Chrome 7.0.517.41 | Linux | Alt + letter | Clicks the button (3) | Clicks the anchor (3) |
Chrome 7.0.517.41 | Mac OS X | Control + Option + letter | Clicks the button (3) | Clicks the anchor (3) |
Chrome 7.0.517.41 | Windows | Alt + letter | Clicks the button (3) | Clicks the anchor (3) |
Firefox 1.5 | Windows | Alt + letter | Clicks the button (1) | Unknown |
Firefox 2 | Linux | Alt + Shift + letter | Clicks the button (1) | Clicks the anchor |
Firefox 2 | Mac OS X | Control + letter | Clicks the button (1) | Clicks the anchor |
Firefox 2 | Windows | Alt + Shift + letter | Clicks the button (1) | Unknown |
Firefox 3 | Linux | Alt + Shift + letter | Clicks the button (1) | Clicks the anchor |
Firefox 3 | Mac OS X | Control + letter | Clicks the button (1) | Clicks the anchor |
Firefox 3 | Windows | Alt + Shift + letter | Clicks the button (1) | Clicks the anchor |
Internet Explorer 6 | Windows | Alt + letter | Sets focus on the button (2) | Unknown |
Internet Explorer 7 | Windows | Alt + letter | Sets focus on the button (2) | Sets focus on the anchor (2) |
Internet Explorer 8 | Windows | Alt + letter | Clicks the button (3) | Sets focus on the anchor (2) |
Internet Explorer 9 (beta) | Windows | Alt + letter | Clicks the button (3) | Sets focus on the anchor (2) |
Safari 3.1.2 | Mac OS X | Control + Option + letter | Clicks the button (3) | Clicks the anchor (3) |
Safari 3.1.2 | Windows | Alt + letter | Clicks the button (3) | Clicks the anchor (3) |
Safari 5.0.2 | Mac OS X | Control + Option + letter | Clicks the button (3) | Clicks the anchor (3) |
Safari 5.0.2 | Windows | Alt + letter | Clicks the button (3) | Clicks the anchor (3) |
•Red = Different behavior for buttons and anchors
•Comment 1 = To just set focus on the button/anchor, change your about:config setting for the “accessibility.accesskeycausesactivation” user preference.
•Comment 2 = Press Enter to click the button/anchor
•Comment 3 = There appears to be no built-in mechanism to just set focus on the button/anchor. The component handling the click event would be responsible for setting focus while handling the click.
The data comes from http://formattc.wordpress.com/2010/11/03/browsers-and-the-html-accesskey/ this table was really helpful to build my own system of accesskeys.
No comments:
Post a Comment