a11y_tab_widget
a11y_tab_widget copied to clipboard
Accessible Tab Widget built with ARIA
Is there any reason why this component could not generate IDs necessary for multiple tabs instances on page without the need for separate script on page to initialise them? e.g....
When there are multiple instances of the tab widget on a page, the URL state is not able to tell them apart. Example: - Two sets of tabs with "A",...
`aria-controls` isn't particularly useful if a panel isn't exposed, so update the script to: 1. have it as an optional property that defaults to not being included 2. only populate...
Creating this issue per the entry in the README: >FYI: More information concerning expected functionality and screen reader announcements will be linked to from here.
Provide functionality to remove a `tab` (with or without its associated `tabpanel`) from a Tab Widget.