Closed Bug 964494 Opened 10 years ago Closed 4 years ago

ARIA radios don't take into account radiogroup relations for group info calculation

Categories

(Core :: Disability Access APIs, defect)

defect
Not set
normal

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
Assignee: nobody → yzenevich
Blocks: groupa11y
(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.
Assignee: yzenevich → nobody

This now works. It was fixed by the refactor of aria-owns to mutate the tree several years ago.

Blocks: ariaowns
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.