Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop hidden anchors from being keyboard accessible
As these have been given 'aria-hidden' to hide them from screen readers we should also ensure that they cannot be tabbed to. By adding 'tabindex=-1' we ensure that a screen reader user does not tab to these and get no response. Fixes #126
- Loading branch information