You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the WAI-ARIA Authoring Practices' documentation on tabs, there seem to be quite a few requirements for accessible tabs, such as: conveying the relationship between a tab and a tabpanel (sidebar-panes should be tabpanel), and keyboard interactions.
Looking at the WAI-ARIA Authoring Practices' documentation on tabs, there seem to be quite a few requirements for accessible tabs, such as: conveying the relationship between a
tab
and atabpanel
(sidebar-panes should betabpanel
), and keyboard interactions.They also provide an example implementation of a fully accessible tablist component, which might be helpful, here:
https://www.w3.org/TR/wai-aria-practices-1.1/examples/tabs/tabs-2/tabs.html
Other potentially helpful resources:
The text was updated successfully, but these errors were encountered: