WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
145973
AX: Expose whether the input is for a url, tel or email.
https://bugs.webkit.org/show_bug.cgi?id=145973
Summary
AX: Expose whether the input is for a url, tel or email.
Steve Faulkner
Reported
2015-06-15 06:17:39 PDT
What steps will reproduce the problem? 1. go to
http://www.html5accessibility.com/tests/form-test.html
2. check the email/url/tel etc inputs 3. input type not exposed in AX What is the expected output? see Mozilla implementation bug
https://bugzilla.mozilla.org/show_bug.cgi?id=924896
and chrome bug
https://code.google.com/p/chromium/issues/detail?id=323161
Note: search input has a subrole of serach in webkit, others do not.
Attachments
Screenshot of Accessibility Inspector showing the tree for an <input type="slider" /> element
(103.57 KB, image/png)
2015-06-15 06:30 PDT
,
Zoë Bijl
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2015-06-15 06:17:56 PDT
<
rdar://problem/21381454
>
Zoë Bijl
Comment 2
2015-06-15 06:28:08 PDT
type="slider" does have an accessibilityRole of AXSlider (opposed to AXTextArea for most others) but its accessibilitySubrole is still <nil>.
Zoë Bijl
Comment 3
2015-06-15 06:30:29 PDT
Created
attachment 254874
[details]
Screenshot of Accessibility Inspector showing the tree for an <input type="slider" /> element
Steve Faulkner
Comment 4
2015-06-15 06:34:40 PDT
(In reply to
comment #2
)
> type="slider" does have an accessibilityRole of AXSlider (opposed to > AXTextArea for most others) but its accessibilitySubrole is still <nil>.
this bug/feature request is only for
http://thepaciellogroup.github.io/AT-browser-tests/test-files/input-tel.html
http://thepaciellogroup.github.io/AT-browser-tests/test-files/input-email.html
http://thepaciellogroup.github.io/AT-browser-tests/test-files/input-url.html
Zoë Bijl
Comment 5
2015-06-15 07:54:25 PDT
(In reply to
comment #4
)
> (In reply to
comment #2
) > > type="slider" does have an accessibilityRole of AXSlider (opposed to > > AXTextArea for most others) but its accessibilitySubrole is still <nil>. > > this bug/feature request is only for >
http://thepaciellogroup.github.io/AT-browser-tests/test-files/input-tel.html
>
http://thepaciellogroup.github.io/AT-browser-tests/test-files/input-email
. > html >
http://thepaciellogroup.github.io/AT-browser-tests/test-files/input-url.html
Excuse me, I realized that on my way back home, thank you for the clarification. Shouldn't types like month, week and day be included in this report, too?
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