diennea / docetproject

Docet - an online documentation manager
https://docetproject.org
Apache License 2.0
2 stars 10 forks source link

Accessibility: attach enter key pressing to the handler intercepting clicks on Docet links #38

Open mcRoot opened 7 years ago

mcRoot commented 7 years ago

Docet links are manager via a handler intercepting just clicks: in order to provide a greater deal of accessibility for people with blind disabilitiy to intercept also enter keypressing on these links as these is the mechanism adopted by them to surf canonical links. Also, would be good to render these links by adding the aria attribute role with value link (role=link).