aria-expanded for tabs (https://jqueryui.com/tabs/)
Open
Nobody has claimed this yet.
Accessibility
Behavior shared with 1.12
Comp: Tabs
- Dominant language
- JavaScript
- Stars
- 11.3k
- Forks
- 5.2k
- PR merge metrics
- No merged PRs in 30d
Description
Aria-expanded is used for the
As per the ARIA specifications, aria-expanded is not supported for role tab. Since aria-selected conveys which tab is currently selected, aria-expanded must be removed from the widget.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the tabs widget shown at https://jqueryui.com/tabs/ and trace where ARIA attributes are added to its tab
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, jquery
- Domain
- accessibility, frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 52/100