Closed (won't fix)
Project:
Drupal core
Version:
8.0.x-dev
Component:
base system
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
8 Jun 2004 at 03:11 UTC
Updated:
1 Sep 2016 at 18:03 UTC
Jump to comment: Most recent
Comments
Comment #1
coreb commentedMoving from x.y.z queue to 6.x-dev. I don't know the api well enough to know if this functionality exists or not.
Comment #2
pasquallewhat is accesskey XHTML parameter?
Comment #3
Chris Johnson commentedAccess keys, from Google:
http://www.alistapart.com/articles/accesskeys/
http://www.w3.org/TR/2002/WD-xhtml2-20020805/mod-attribute-collections.html
http://www.w3.org/TR/xhtml-access/
http://en.wikipedia.org/wiki/Access_keys
Comment #4
effulgentsia commentedI think this is a really good idea, but too late for D7. I think the D7 render system makes it possible for a contrib module to solve this (add a #accesskey property, and use #pre_render/#theme/#theme_wrappers or CSS3 to add some visible indicator for what the access key is). I'd love to see a worked out solution make it into D8 core.
Comment #5
mgiffordAccesskeys are an old idea that just can't work without standardization between Assistive Technology providers. See:
#23628: Automatic access keys
I've marked this as won't fix, for the same reason as the issue above.
Comment #6
mgifford