Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

accesskeys


Go to End


2 Posts   1452 Views

Avatar
trevor

53 Posts

17 October 2007 at 8:51am

Has anyone done any work to add accesskeys to menus etc in silverstripe.

I just wondered if anyone could share any experience or thoughts as its something I've been asked about for accessibility compliance.

Regards

Trevor

Avatar
Ingo

Forum Moderator, 801 Posts

18 October 2007 at 9:04am

no, we don't have any ongoing work considering accesskeys right now, but would be a great addition!

some thoughts:
- would be nice to have a php-API where third-party modules can register (and overwrite?) keys
- automatically generated overview of all available access-keys would be nice (popup inside CMS or div inside website)
- not limited to CMS-purposes, so optimally can be used for website-development as well
- needs a way to hook into formfield-rendering
- pages could have a formfield in the CMS for providing an access-key

considerations:
- if we rely on key-combinations (e.g. shift+A), we can't use the plain-jane w3c recommendations (<label accesskey="U">), would probably need some javascript-API?

anybody keen to give this a shot? :)