Summary: | AX: Expose strong password fields on iOS | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Nan Wang <n_wang> | ||||||
Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | aboxhall, apinheiro, cfleizach, commit-queue, dmazzoni, ews-watchlist, jcraig, jdiggs, n_wang, samuel_white, webkit-bug-importer | ||||||
Priority: | P2 | Keywords: | InRadar | ||||||
Version: | WebKit Nightly Build | ||||||||
Hardware: | All | ||||||||
OS: | All | ||||||||
Attachments: |
|
Description
Nan Wang
2018-04-10 13:36:41 PDT
Created attachment 337630 [details]
patch
Created attachment 337631 [details]
patch
fixed typo
Comment on attachment 337631 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=337631&action=review > LayoutTests/accessibility/ios-simulator/strong-password-field.html:44 > + shouldBe("axPw2.stringValue", "'AXValue: strong password'"); to confirm we are supposed to be able to see the value? (In reply to chris fleizach from comment #4) > Comment on attachment 337631 [details] > patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=337631&action=review > > > LayoutTests/accessibility/ios-simulator/strong-password-field.html:44 > > + shouldBe("axPw2.stringValue", "'AXValue: strong password'"); > > to confirm we are supposed to be able to see the value? The strong password field value is auto filled and visible to sighted users. Comment on attachment 337631 [details] patch Clearing flags on attachment: 337631 Committed r230510: <https://trac.webkit.org/changeset/230510> All reviewed patches have been landed. Closing bug. |