Closed
Bug 1480060
Opened 7 years ago
Closed 7 years ago
aria-multiselectable should be supported on role tablist
Categories
(Core :: Disability Access APIs, enhancement, P3)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: Jamie, Assigned: Jamie)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
According to the ARIA spec, the tablist role should support aria-multiselectable:
https://www.w3.org/TR/wai-aria-1.1/#tablist
We don't expose the multiselectable state in this case. For example:
data:text/html,<div role="tablist" aria-multiselectable="true"><div role="tab" aria-selected="true">sel</div></div>
Assignee | ||
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
Comment on attachment 8999069 [details]
Bug 1480060: Support aria-multiselectable on role tablist.
Marco Zehe (:MarcoZ) [PTO until August 13] has approved the revision.
Attachment #8999069 -
Flags: review+
Pushed by mzehe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/179fc264c864
Support aria-multiselectable on role tablist. r=MarcoZ
Comment 4•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•