I started to develop a project, which has some navigation needs via keyboard, as it is a municipal site, in the case it should be accessible for the disabled as well.
I'm a little lost in how to start, or by what to search, I initially have the following menu:
Ididthefollowingforthemenu:
<navclass="nav-access">
<a href="#content" accesskey="1">Ir para o conteúdo</a>
<a href="#nav" accesskey="2">Ir para o menu</a>
<a href="#contrast" accesskey="3">Alto Contraste</a>
</nav>
What should be the navigation functionality for keyboard numbers, feature suggestions? or techniques for this type of navigation.