WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
100204
AX: WebKit exposes abstract ARIA role range as AXSlider; should be generic AXGroup
https://bugs.webkit.org/show_bug.cgi?id=100204
Summary
AX: WebKit exposes abstract ARIA role range as AXSlider; should be generic AX...
chris fleizach
Reported
2012-10-23 23:22:30 PDT
WebKit exposes abstract ARIA role range as AXSlider; should be generic AXGroup 1.
https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-plain-abstract/roles-plain-abstract-range.html
The <div role="range"> element is exposed as the *abstract* ARIA role range which is the parent role for both slider and spinbutton. Note: the HTML element type is "range" (<input type="range") and is equivalent to ARIA slider (<div role="slider") so this is probably where the confusion started. Both of these should remain as AXSlider. It's only the ROLE of "range" that is exposed incorrectly. Since it's abstract, it should be exposed as a generic AXGroup.
Attachments
patch
(7.53 KB, patch)
2012-10-23 23:30 PDT
,
chris fleizach
no flags
Details
Formatted Diff
Diff
patch
(7.51 KB, patch)
2012-10-24 08:15 PDT
,
chris fleizach
bdakin
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
chris fleizach
Comment 1
2012-10-23 23:22:38 PDT
rdar://12085957
chris fleizach
Comment 2
2012-10-23 23:30:13 PDT
Created
attachment 170324
[details]
patch
Dominic Mazzoni
Comment 3
2012-10-24 00:01:44 PDT
Unofficial review - looks good. Can you move the test to the main directory rather than platform/mac, though? It should pass on Chromium and GTK now, especially with the latest GTK refactoring.
chris fleizach
Comment 4
2012-10-24 08:15:52 PDT
Created
attachment 170403
[details]
patch Moved the test to /accessibility
chris fleizach
Comment 5
2012-10-24 12:03:40 PDT
http://trac.webkit.org/changeset/132381
Moved that test to the top level accessibility folder too
Roger Fong
Comment 6
2012-10-25 10:57:45 PDT
Is accessibility/aria-slider-value.html another test that should be skipped on Windows or get Windows specific results?
chris fleizach
Comment 7
2012-10-25 11:00:05 PDT
(In reply to
comment #6
)
> Is accessibility/aria-slider-value.html another test that should be skipped on Windows or get Windows specific results?
that's a good question. has the windows platform mapped "slider" to the appropriate role? I don't know. My guess is that that test should be skipped on windows
Roger Fong
Comment 8
2012-10-25 11:03:39 PDT
Ah yes, I'm remembering now from previous test failures that none of the "role stuff" works on windows, I'll skip it.
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