WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
273589
AX: dynamic meter elements are not accessible
https://bugs.webkit.org/show_bug.cgi?id=273589
Summary
AX: dynamic meter elements are not accessible
James Craig
Reported
2024-05-01 16:12:10 PDT
Created
attachment 471244
[details]
test case AX: dynamic meter elements are not accessible WebKit uses AXValueDescription, which doesn't seem to be the best choice for a dynamic meter like an audio level meter. (First example in the test case) Instead of verbose string concatenation, WebKit should convey these like native audio meter elements (at time of filing, I'm not sure which API to use). Among other things, VO/WebKit doesn't ever seem to pass along any value updates to the user.
Attachments
test case
(1.88 KB, text/html)
2024-05-01 16:12 PDT
,
James Craig
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-05-01 16:13:34 PDT
<
rdar://problem/127392049
>
Dominic Mazzoni
Comment 2
2024-05-01 16:36:45 PDT
I think the correct role mapping on macOS is AXLevelIndicator, treat it as similar to an AXSlider in terms of the attributes to implement
James Craig
Comment 3
2024-05-02 15:44:30 PDT
Role is already AXRole:AXLevelIndicator/AXSubrole:AXMeter... Min, Max, and value exposed already. Value description (example "optimal value") is overriding the numeric value here, and VoiceOver isn't speaking updates. Should the overriding value description instead be a status indicator instead?
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug