RESOLVED FIXED 160179
AX: Expose autoFillButtonType to accessibility
https://bugs.webkit.org/show_bug.cgi?id=160179
Summary AX: Expose autoFillButtonType to accessibility
Nan Wang
Reported 2016-07-25 17:11:14 PDT
We currently only have function to check if value auto-fill is available. We also need to expose the auto-fill button type so that screen reader can speak the correct hint. <rdar://problem/27279453>
Attachments
Patch (6.97 KB, patch)
2016-07-25 17:14 PDT, Nan Wang
no flags
Patch (6.93 KB, patch)
2016-07-25 17:59 PDT, Nan Wang
no flags
Nan Wang
Comment 1 2016-07-25 17:14:05 PDT
chris fleizach
Comment 2 2016-07-25 17:47:01 PDT
Comment on attachment 284552 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=284552&action=review > Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperMac.mm:3247 > + return @"autofillNone"; since the type is already "AXValueAutofillType" the values can probably just be "none", "credentials", "contacts"
Nan Wang
Comment 3 2016-07-25 17:59:58 PDT
Created attachment 284556 [details] Patch Review comments
WebKit Commit Bot
Comment 4 2016-07-25 22:28:39 PDT
Comment on attachment 284556 [details] Patch Clearing flags on attachment: 284556 Committed r203711: <http://trac.webkit.org/changeset/203711>
WebKit Commit Bot
Comment 5 2016-07-25 22:28:43 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.