Closed
Bug 1162152
Opened 10 years ago
Closed 8 years ago
[accessibility][gaia-list] Make sure gaia-list is accessible to screen reader.
Categories
(Firefox OS Graveyard :: Gaia::Components, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: yzen, Unassigned)
References
Details
(Keywords: access)
Found issues:
* Need to ensure the list has semantic (list/listitem) roles
* If the list is actionable, ensure the list has listbox/option roles
* Make sure navigation is efficient happens in one step
* Make sure if the list is selectable, the proper attributes are used (multiselect if needed, aria-selected, etc)
* Make sure all icons are localized appropriately for the screen reader.
Comment 1•10 years ago
|
||
Since list supposely always have some text,
https://github.com/gaia-components/gaia-list/pull/14 to add aria-hidden for icons so Screen Reader will ignore them
Comment 2•8 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•