Closed
Bug 1617311
Opened 5 years ago
Closed 5 years ago
Details element and state are not spoken in VoiceOver
Categories
(Core :: Disability Access APIs, defect, P1)
Tracking
()
VERIFIED
FIXED
mozilla76
People
(Reporter: eeejay, Assigned: morgan)
References
(Blocks 1 open bug)
Details
(Whiteboard: [mac2020_1])
Attachments
(1 file)
With the given url:
data:text/html,<details><summary>Foo</summary><p>Bar</p></details>
Firefox announces "Foo" as a text element.
Safari announces it as "collapsed summary", and when it is expanded it says "expanded summary"
Chrome calls it a "disclosure triangle" which seems more akin to native controls
Reporter | ||
Updated•5 years ago
|
Summary: Fieldsets not announced as groupings in VoiceOver → Details element and state are not spoken in VoiceOver
Reporter | ||
Updated•5 years ago
|
Assignee: nobody → mreschenberg
Assignee | ||
Updated•5 years ago
|
Priority: P2 → P1
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by mreschenberg@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/770bab6f22e9
Add details/summary attributes and values. r=eeejay
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
Updated•5 years ago
|
Flags: qe-verify+
Comment 4•5 years ago
|
||
Successfully reproduced the issue on Firefox Nightly 75.0a1 (2020-02-22) under macOS 10.15 using the URL provided in Comment 0.
The issue is fixed on Firefox Nightly 77.0a1 (2020-04-16) and Firefox 76.0b5 under macOS 10.15.
You need to log in
before you can comment on or make changes to this bug.
Description
•