VoiceOver does not announce aria-placeholder
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox126 | --- | verified |
People
(Reporter: abissieregrote, Assigned: morgan)
References
Details
Attachments
(1 file, 1 obsolete file)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36
Steps to reproduce:
Visit: https://jsfiddle.net/audrey_bee/uwh1todm/
Turn on VoiceOver
Click or tab into input field
Actual results:
The placeholder is correctly listed as an accessibility property of the input element but VO still announces: "edit text, blank".
Expected results:
VO should announce: "placeholder edit text, blank".
Comment 1•7 months ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Disability Access APIs' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 2•7 months ago
|
||
Thanks for reporting! Confirmed by Morgan on macOS, CC'd here. Since this just isn't accessible, I'm calling it an S2.
Assignee | ||
Comment 3•7 months ago
|
||
Updated•7 months ago
|
Assignee | ||
Comment 4•7 months ago
|
||
Updated•7 months ago
|
Comment 7•7 months ago
|
||
Backed out for causing ba failure on browser_aria_placeholder.js
Assignee | ||
Updated•7 months ago
|
Comment 9•7 months ago
|
||
bugherder |
Updated•6 months ago
|
Comment 10•5 months ago
|
||
I was able to replicate the issue on an affected Firefox Nightly 125.0a1 build, from 2024-03-11, under macOS 12.6.6, following the steps described in Comment 0.
Verified as fixed on Firefox RC 126.0, build iD 20240506203248, using macOS 12.6.6.
VO announces: "placeholder edit text, blank", after clicking/tabbing into input field from https://jsfiddle.net/audrey_bee/uwh1todm/.
Description
•