Search and Top Navigation
#3481 closed bug (duplicate)
Opened October 20, 2008 05:25PM UTC
Closed December 12, 2008 02:48AM UTC
Last modified October 11, 2012 09:15PM UTC
Add ARIA to Selectable?
Reported by: | davidb | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | [meta] ui.a11y | Version: | 1.6rc2 |
Keywords: | Cc: | michelled | |
Blocked by: | Blocking: |
Description
The "Selectable" interaction might be a good place to auto-expose the following ARIA semantics:
aria-selected
aria-multiselectable
The aria-multiselectable = true|false would apply to the container element.
The aria-selected = true|false would apply to the selectable items. There is no aria-selectable, but if aria-selected is not undefined, selectability is assumed (by browser, and exposed to platform accessibility layer).
Duplicate of #3525.