Closed
Bug 1857586
Opened 2 years ago
Closed 2 years ago
Element.ariaTextValue is not reflected on VoiceOver when changed
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1785412
People
(Reporter: timdream, Unassigned)
References
()
Details
STR:
- Load the URL
- Turn on VoiceOver
- Set the slider all the way to 0
Expected:
- VoiceOver speaks "0 units"
Actual:
- VoiceOver speaks "0", disregarding
ariaValueText
set.
Note:
Marked as not supported in https://developer.mozilla.org/en-US/docs/Web/API/Element/ariaValueText but I couldn't find a bug to adding this feature (please update the "Type" accordingly, thanks.)
Comment 1•2 years ago
|
||
This will ship enabled in Firefox 119. In the meantime, you can try it out in Firefox beta or by going to about:config and setting accessibility.ARIAReflection.enabled to true.
Updated•2 years ago
|
Component: Disability Access → Disability Access APIs
Product: Firefox → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•