rescript-association / reasonml.org

Deprecated in favor of rescript-lang.org
MIT License
125 stars 33 forks source link

Fix #67: Make sidebar items focusable in FF. #74

Closed fhammerschmidt closed 4 years ago

fhammerschmidt commented 4 years ago

According to MDN, to make non-interactive elements (like div, span or li) tab-able, one needs to set tabindex=0 on such an element.

https://developer.mozilla.org/en-US/docs/Web/Accessibility/Keyboard-navigable_JavaScript_widgets

nikgraf commented 4 years ago

awesome thanks!