Closed
Bug 964494
Opened 11 years ago
Closed 5 years ago
ARIA radios don't take into account radiogroup relations for group info calculation
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
People
(Reporter: surkov, Unassigned)
References
(Blocks 3 open bugs)
Details
(Keywords: access)
we were reported about the case:
<table>
<tr>
<td role="radiogroup" aria-owns="myradio1 myradio2 myradio3" rowspan="3">
My Radio Label
</td>
</tr>
<tr>
<td id="myradio1" role="radio">Item #1</td>
</tr>
<tr>
<td id="myradio2" role="radio">Item #2</td>
</tr>
<tr>
<td id="myradio3" role="radio">Item #3</td>
</tr>
</table>
these radios are related by radiogroup so their group info should reflect that
Updated•11 years ago
|
Assignee: nobody → yzenevich
Comment 1•11 years ago
|
||
Is this a DUPE of bug 499917?
Reporter | ||
Comment 2•11 years ago
|
||
(In reply to David Bolter [:davidb] from comment #1)
> Is this a DUPE of bug 499917?
it depends on implementation, technically this one might be a subbug.
Updated•9 years ago
|
Assignee: yzenevich → nobody
Comment 3•5 years ago
|
||
This now works. It was fixed by the refactor of aria-owns to mutate the tree several years ago.
You need to log in
before you can comment on or make changes to this bug.
Description
•