Skip to content

Add focus management to TabList and refactor to use aria-activedescendant

Compare
Choose a tag to compare
@erin-doyle erin-doyle released this 03 Sep 21:36
· 5 commits to master since this release

Added a ref the the Tablist so that when navigating to the Movie Browser it automatically focuses the tablist on componentDidMount

Changed the TabList to use aria-activedescendant instead of the roving tabIndex pattern in an attempt to better keep the VoiceOver cursor aligned with the browser focus