Bug 84192 (inputTypeDateA11y)
Summary: | input type=date datepicker not keyboard or VoiceOver accessible in Chrome Canary | ||
---|---|---|---|
Product: | WebKit | Reporter: | Paul J. Adam <paul.adam> |
Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Major | CC: | cfleizach, dmazzoni, tkent |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.7 | ||
URL: | http://slides.html5rocks.com/#new-form-types | ||
Bug Depends on: | 84680 | ||
Bug Blocks: | 83852 |
Paul J. Adam
Chrome Version : Version 20.0.1105.0 canary
URLs (if applicable) : http://slides.html5rocks.com/#new-form-types
What steps will reproduce the problem?
1. Visit http://slides.html5rocks.com/#new-form-types, enable VoiceOver if wanting to test screen reader accessibility
2. Tab to input type=date example
3. Attempt to activate date picker by pressing arrow keys, enter key, tab key, or next item VoiceOver gesture
What is the expected result?
Date picker should open and be navigable with the keyboard and usable for someone who is blind using VoiceOver.
What happens instead?
Nothing, it is not possible to activate the date picker with the keyboard or VoiceOver gestures. You have to use a mouse which is not accessible. Even if the mouse is used to activate the date picker the picker itself is still not accessible to VoiceOver.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Dominic Mazzoni
It looks like the calendar control has some keyboard accessibility already, but a bug in Chrome is preventing VoiceOver from seeing the accessibility tree of the popup.
I filed http://crbug.com/125891
Once the Chrome bug is resolved, we can revisit this and see if the html/js needs any polishing to be fully accessible.
In the meantime I tried to check it in WebKit Nightly, but this feature doesn't seem to be enabled. Are there any plans to enable this in WebKit Nightly?
Kent Tamura
(In reply to comment #1)
> In the meantime I tried to check it in WebKit Nightly, but this feature doesn't seem to be enabled. Are there any plans to enable this in WebKit Nightly?
For now, there are on plans to enable it in non-Chromium ports. We need some platform-specific code like Source/WebKit/chromium/src/WebPagePopupImpl.cpp, but non-Chromium ports don't have it yet.
Kent Tamura
(In reply to comment #2)
> For now, there are on plans
on plans -> no plans
Kent Tamura
This is Chromium-only bug. We won't handle it in WebKit.