I'm trying to make my navigation as accessible as it gets and I'm considering to add some accesskey
-shortcuts for it, but have some doubts.
1) There's possibility the accesskeys
may come into conflict with some of the key-binds on the user-area accessibility software. Is this critical? Perhaps some JS
for turning off\on the accesskeys
will be a good idea?
2) As I got it there should be some special numbers(accesskeys
) for accessibility.
1 for home;
2 for skipping navigation;
4 for search input;
9 for contact
0 for accessibility statement;
If it is so, is there some more? Like for "help" or something else?
3) At w3.org it says I should place the accesskeys
in numbered list(ol
). How critical is it?
4) Is it a bad practice to use JS for binding hot-keys for a web-page from accessibility point of view?