Bug 109017 - Many new HTML5 input types still exposed as generic AXTextfield
Summary: Many new HTML5 input types still exposed as generic AXTextfield
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-02-06 00:06 PST by James Craig
Modified: 2017-01-04 15:08 PST (History)
6 users (show)

See Also:


Attachments
patch (9.36 KB, patch)
2017-01-04 13:47 PST, Nan Wang
no flags Details | Formatted Diff | Diff
patch (9.36 KB, patch)
2017-01-04 14:25 PST, Nan Wang
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.