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
A lot of this is listed in the Aria: tab role documentation over at MDN, there is a decent preview at APG and a list of expected featres at the bottom of the overview page of APG.
The text was updated successfully, but these errors were encountered:
Steps to Reproduce
None of the above works.
List of issues I ran into trying to use the tabs, but be aware that this may not be a complete list:
tablist
must adhere toArrow left
andArrow right
selecting respectively the previous or last tab. Wrap-around is expectedtablist
should only have one tabstop (it has one for each tab right now)aria-selected="true"
. When a tab is not selected (inactive) it should havearia-selected="false"
tabpanel
Home
should move focus to the first tabEnd
should move focus to the last tabbutton
for eachtab
, not adiv
.tabpanel
(feed) should bearia-labelledby
the tabAttachments
Here is the current HTML with relevant attributes for the
tablist
. I did not include anytabpanel
because there are none.What platform(s) does this occur on?
Web (Desktop), Web (Mobile)
Device Info
Not relevant
What version of the app are you using?
Web
Additional Information
A lot of this is listed in the Aria: tab role documentation over at MDN, there is a decent preview at APG and a list of expected featres at the bottom of the overview page of APG.
The text was updated successfully, but these errors were encountered: