microsoft / microsoft/fluentui
Tracking issue: switch v9 tagpicker tag semantics to toolbar when the ARIA spec supports indexing
Open
@kolaps33 is already working on this.
Since Apr 23, 2024.
Area: Accessibility
Component: TagPicker
Fluent UI react-components (v9)
Resolution: Soft Close
- Dominant language
- TypeScript
- Stars
- 20.3k
- Forks
- 2.9k
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 46
Description
Adding an issue to track the progress on adding aria-posinset and aria-setsize support to role=toolbar in the ARIA spec, as well as implementations in Chromium and NVDA/JAWS.
Once the support is there, we will switch the tag list semantics from listbox/option to toolbar + buttons with explicit aria-posinset and aria-setsize.
The benefit of toolbar over listbox is virtual cursor access to the selected items, as well as enabling better semantic overflow behavior.
Contributor guide
No contributing guide indexed for this repository
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.
Assessment
This issue has not been assessed yet.