Bug 109017

Summary: Many new HTML5 input types still exposed as generic AXTextfield
Product: WebKit Reporter: James Craig <jcraig>
Component: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: cfleizach, commit-queue, jcraig, justin, n_wang, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch
none
patch none

Description James Craig 2013-02-06 00:06:39 PST
We need updated role descriptions (and possibly subroles) for these element types.

<input type='color'>
<input type='date'>
<input type='datetime'>
<input type='datetime-local'>
<input type='email'>
<input type='month'>
<input type='number'> <!-- this one even includes some shadow dom steppers which should be an AXIncrementorButton or something -->
<input type='tel'>
<input type='time'>
<input type='url'>
<input type='week'>

Update the role-subrole-description.html layout test with any fixes for this bug.
Comment 1 Radar WebKit Bug Importer 2013-04-15 17:06:36 PDT
<rdar://problem/13658955>
Comment 2 Nan Wang 2017-01-04 13:47:15 PST
Created attachment 298041 [details]
patch
Comment 3 chris fleizach 2017-01-04 14:23:07 PST
Comment on attachment 298041 [details]
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=298041&action=review

> Source/WebCore/ChangeLog:10
> +        exposed as standard text fields on the mac.

that are exposed
Comment 4 Nan Wang 2017-01-04 14:25:36 PST
Created attachment 298046 [details]
patch

Updated from review
Comment 5 WebKit Commit Bot 2017-01-04 15:08:10 PST
Comment on attachment 298046 [details]
patch

Clearing flags on attachment: 298046

Committed r210295: <http://trac.webkit.org/changeset/210295>
Comment 6 WebKit Commit Bot 2017-01-04 15:08:15 PST
All reviewed patches have been landed.  Closing bug.