mauricevancooten / react-anchor-link-smooth-scroll

React component for anchor links using the smooth scroll polyfill.
243 stars 31 forks source link

focus is not being set #16

Closed NSoiffer closed 5 years ago

NSoiffer commented 5 years ago

The focus needs to be set in addition to scrolling to the target. This is important for accessibility and is the default behavior when <a> is used.

You can test this with the free NVDA screen reader (use down arrow after activating the link to hear where the focus is). I found this project was a simple way to do a test with NVDA.

mauricevancooten commented 5 years ago

Feel free to create a pull request with the fix for this.