[Bug 13902] Add some examples of what accessKeyLabel might display (see comment 3)

http://www.w3.org/Bugs/Public/show_bug.cgi?id=13902

Ian 'Hixie' Hickson <ian@hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Have more details about the |Add some examples of what
                   |format of accessKeyLabel,   |accessKeyLabel might
                   |like by giving examples.    |display (see comment 3)
                   |We don't want one browser   |
                   |to format it like "Alt+L"   |
                   |and another "alt-l".        |

--- Comment #3 from Ian 'Hixie' Hickson <ian@hixie.ch> 2011-10-25 05:24:49 UTC ---
(This comment is in UTF-8.)

Yes, the platform conventions are radically different from each other. For
example, on Mac, Ctrl+S would have the label "^S", and Shift+Alt+Escape would
have the label "⇧⌥⎋", whereas on Windows it would have the label
"Shift+Alt+ESC". On Emacs, Control+Alt+X would have the label "C-M-x" whereas
on Windows it would have the label "Ctrl+Alt+X" whereas on Mac it would have
the label "^⌥X".

Anyway, the whole point of accesskey="" is that it has built-in fallback. If
you want your key to be something+A or something+B or something+C, you say
accesskey="A B C".

-- 
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 Tuesday, 25 October 2011 05:24:55 UTC