Closed
Bug 1618719
Opened 3 years ago
Closed 3 years ago
support role=radiogroup in VoiceOver
Categories
(Core :: Disability Access APIs, defect, P1)
Tracking
()
VERIFIED
FIXED
mozilla76
Tracking | Status | |
---|---|---|
firefox76 | --- | verified |
People
(Reporter: eeejay, Assigned: eeejay)
Details
(Whiteboard: [mac2020_1])
Attachments
(1 file)
STR:
- Load
data:text/html,<div%20role="radiogroup"%20aria-labelledby="animal-legend"><h3%20id="animal-legend">Animal</h3><input%20type="radio"%20name="animal"%20value="cat"%20id="cat"><label%20for="cat">Cat</label><input%20type="radio"%20name="animal"%20value="dog"%20id="dog"><label%20for="dog">Dog</label><input%20type="radio"%20name="animal"%20value="catdog"%20id="catdog"><label%20for="catdog">CatDog</label></div>
- Arrow to radio buttons
Expected:
The radios should be grouped in a "radio group" with a name of "Animals".
Actual:
Group is not announced.
Assignee | ||
Updated•3 years ago
|
Assignee: nobody → mreschenberg
Updated•3 years ago
|
Priority: P2 → P1
Assignee | ||
Comment 1•3 years ago
|
||
Depends on D66336
Comment 2•3 years ago
|
||
Eitan provided the patch, adjusting assignee.
Assignee: mreschenberg → eitan
Status: NEW → ASSIGNED
Pushed by eisaacson@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/28a6cdfc8406 Support aria radio groups. r=morgan
Comment 4•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
Updated•3 years ago
|
Flags: qe-verify+
Comment 5•3 years ago
|
||
Confirmed issue with 75.0a1 (2020-02-27), fix verified with 76.0b6 on macOS 10.15.3.
You need to log in
before you can comment on or make changes to this bug.
Description
•