mapbox-gl-accessibility
mapbox-gl-accessibility copied to clipboard
Add tab index option
Description of changes
I needed a way to add some predictability when tabbing through features on a complex map, are you interested in supporting this functionality?
It works by using the feature.properties.tabindex property & passing that through to the button.
For author
- [ ] Cite changes under the
HEADtag inCHANGELOG.md - [x] Add tests for new functionality
For reviewer
- [ ] Run
npm testto confirn browser tests pass - [ ] Confirm tests cover all new functionality