Hi Jorge,
I'd like to base it in conventions as much as possible instead of providing a lot of flexibility. That way all sites built with Liferay will use the same keyboard shortcuts.
It is a great idea to propose a unified accesskey system for lifery portal.
that we'll choose so that they are similar to existing de facto standards if any
There is no standards for accesskeys shortcuts either no de facto standards. But i found this list recommended by the UK Government:
* S - Skip navigation
* 1 - Home page
* 2 - What's new
* 3 - Site map
* 4 - Search
* 5 - Frequently Asked Questions (FAQ)
* 6 - Help
* 7 - Complaints procedure
* 8 - Terms and conditions
* 9 - Feedback form
* 0 - Access key details
And here is the list we used on our website www.beorn-technologies.com:
* 1 - Home page
* 2 - Skip to content
* 3 - Site map
* 4 - Search
* 7 - Login
* 8 - Terms and conditions
* 9 - Feedback form
* 0 - Accessibility
So tell me what do you think about that?
To bypass the navigation group
All we need to do is put a link in the theme above the navigation that links to the body and hide it with JavaScript?
Yes, it is as simple as that... We can use the same rule Nate suggests to hide portlets that requires javascript
1
2.unseen {
3position: absolute;
4top: -9999em;
5left: -9999em;
6}
Is this feature based on an existing Glossary functionality they had?
Typo3 provides Glossary as an extension. The accessibility's feature is based on this one.
We should do the same in the case of liferay and create a glossary portlet with accessibility's features.
Please sign in to flag this as inappropriate.