Closed
Bug 1967021
Opened 11 months ago
Closed 1 month ago
VoiceOver does not correctly expose aria-braillelabel
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
151 Branch
| Tracking | Status | |
|---|---|---|
| firefox151 | --- | fixed |
People
(Reporter: morgan, Assigned: tfrye1227, Mentored)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug)
Attachments
(1 file)
STR:
- Enable VoiceOver
- Enable the braille viewer by opening VoiceOver Utility.app > Visuals > Panels and Menus > Show Braille Panel: "on"
- Open
data:text/html,<button aria-braillelabel="***"><img alt="3 out of 5 stars" src="three_stars.png" /></button> - Focus the button with VoiceOver
Expected:
The braille panel shows "***, button"
Actual:
The braille panel shows "3 out of 5, button"
This should be implemented via AXBrailleLabel per the spec. Safari gets this right, for reference.
Updated•11 months ago
|
Severity: -- → S3
Updated•10 months ago
|
Keywords: good-first-bug
| Reporter | ||
Updated•10 months ago
|
Mentor: mreschenberg
| Assignee | ||
Comment 1•1 month ago
|
||
Updated•1 month ago
|
Assignee: nobody → tfrye1227
Attachment #9552353 -
Attachment description: WIP: Bug 1967021 Add aria-braille label support for VoiceOver → Bug 1967021 Add aria-braille label support for VoiceOver r?morgan!
Status: NEW → ASSIGNED
Pushed by mreschenberg@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/3246a59b550a
https://hg.mozilla.org/integration/autoland/rev/0142d39b1fda
Add aria-braille label support for VoiceOver r=morgan
Comment 3•1 month ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 month ago
status-firefox151:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 151 Branch
Updated•17 days ago
|
QA Whiteboard: [qa-triage-done-c152/b151]
You need to log in
before you can comment on or make changes to this bug.
Description
•