WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 220222
AX: aria-orientation is ignored on input[type="range"]
https://bugs.webkit.org/show_bug.cgi?id=220222
Summary
AX: aria-orientation is ignored on input[type="range"]
Sebastian Silbermann
Reported
2021-01-01 12:46:49 PST
`<input type="range" aria-orientation="vertical" />` is exposed as a horizontal slider. IE 11 and Edge 15 they exposed as vertical sliders (verified with JAWS) as defined by spec (Aria 1.1
https://www.w3.org/TR/wai-aria-1.1/#slider
+ html-aam
https://www.w3.org/TR/html-aam-1.0/#details-id-68
). 0. Please ignore broken visuals since `input[type="range"]` is not responsible for them. We're only piggy-backing it for input behavior. 1. Visit
https://poqq4.csb.app/
2. We refer to `input[type="range"]:not([aria-orientation="vertical"])` as A, `input[type="range"][aria-orientation="vertical"]` as `B`, `input.fix-aria-orientation[type="range"][aria-orientation="vertical"]` as `C` and `[role="slider"][aria-orientation="vertical"]` as `D` Jaws + {ie11,edge 15}: A: left/right slider B: up/down slider C: up/down slider D: up/down slider Jaws + firefox: A: left/right slider B: left/right slider (BAD) C: left/right slider (BAD) D: up/down slider Jaws + chrome: A: left/right slider B: left/right slider (BAD) C: up/down slider D: up/down slider VoiceOver + (chrome,safari): A: left/right slider B: left/right slider (BAD) C: up/down slider D: up/down slider NVDA: Irrelevant since they don't implement orientation for sliders (
https://github.com/nvaccess/nvda/issues/6283
). Originally reported in
https://bugs.chromium.org/p/chromium/issues/detail?id=1158217&hotlist_id=8815&sort=%20rank%20-ID
Attachments
patch
(3.08 KB, patch)
2021-01-02 00:07 PST
,
chris fleizach
ews-feeder
: commit-queue-
Details
Formatted Diff
Diff
patch
(4.92 KB, patch)
2021-01-04 08:54 PST
,
chris fleizach
no flags
Details
Formatted Diff
Diff
patch
(4.92 KB, patch)
2021-01-04 10:23 PST
,
chris fleizach
no flags
Details
Formatted Diff
Diff
patch
(4.42 KB, patch)
2021-01-04 17:44 PST
,
chris fleizach
no flags
Details
Formatted Diff
Diff
Show Obsolete
(3)
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2021-01-01 12:46:56 PST
<
rdar://problem/72765547
>
chris fleizach
Comment 2
2021-01-02 00:07:29 PST
Created
attachment 416892
[details]
patch
chris fleizach
Comment 3
2021-01-04 08:54:00 PST
Created
attachment 416948
[details]
patch
chris fleizach
Comment 4
2021-01-04 10:23:30 PST
Created
attachment 416954
[details]
patch
chris fleizach
Comment 5
2021-01-04 17:44:56 PST
Created
attachment 416967
[details]
patch
EWS
Comment 6
2021-01-05 12:01:02 PST
Committed
r271166
: <
https://trac.webkit.org/changeset/271166
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 416967
[details]
.
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