Search and Top Navigation
#15314 new bug ()
Opened September 27, 2018 02:44PM UTC
Last modified September 27, 2018 02:44PM UTC
JAWS reports (ARIA) Expanded/collapsed when Tabs.collapsible = false
Reported by: | tyther9 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.tabs | Version: | 1.12.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In trying to make an app particularly accessible (test user is using JAWS). The tabs with collapsible = false (the default), adds aria-expanded attributes when this would only apply to collapsible = true. This ends up being confusing to a sight-impaired user as JAWS announces the following (sample from JAWS speech history):
"Data Tab selected **collapsed** 3 of 3 **expanded**"
Bolded elements are the issue.
The selected attribute is expected and helpful. Suggest only adding the aria-expanded attrib when collapsible = true.