Skip to content

Tags: erin-doyle/egghead-react-a11y

Tags

v9.0.3

Toggle v9.0.3's commit message
Added keyboard navigation functionality to the MovieToolbar and Movie…

…ToolbarButton per the WAI ARIA Toolbar Design Pattern requirements

v9.0.2

Toggle v9.0.2's commit message
Added tabIndex and focus management based on selected MovieToolbarBut…

…ton in MovieToolbar

v9.0.1

Toggle v9.0.1's commit message
Add an aria-label and role of “toolbar” to MovieToolbar

v9.0.0

Toggle v9.0.0's commit message
Created MovieToolbar component to be used to contain the MovieToolbar…

…Button components used as the action buttons on the Wishlist

v8.0.5

Toggle v8.0.5's commit message
Added keyboard navigation functionality to the TabList per the WAI AR…

…IA Tab List Design Pattern requirements

v8.0.4

Toggle v8.0.4's commit message
Created a new TabPanel component to be shared by MovieBrowser and Mov…

…ieWishlist

v8.0.3

Toggle v8.0.3's commit message
Added the setting of the aria-labelledby attribute on each tabpanel b…

…ased on whatever the active tab is

v8.0.2

Toggle v8.0.2's commit message
Added the setting of the aria-controls attribute on each tab in the t…

…ablist as well as the appropriate corresponding id on the tabpanel

v8.0.1

Toggle v8.0.1's commit message
Added the setting of the aria-selected attribute to true or false on …

…the tabs in the tablist

v8.0.0

Toggle v8.0.0's commit message
Added roles for tablist, tab and tabpanel elements as well as an aria…

…-label for each tablist