Ensure Secure status is in accessibility label
This fixes an a11y regression in the page info button label under the experimental conditions of the HTTPS Indicator UI Study (https://crbug.com/803501), where only the green lock icon would be shown but no explanatory label would be included for screen readers. This modifies the accessibility label under these conditions for both views and cocoa UI to make sure that secure connections are always labeled as such. On Windows/Linux/ChromeOS (Views), this appends a new String Attribute to the description in the AXNodeData. On Mac (Cocoa), this prepends the "Secure" text to the beginning of the Accessibility Label. Bug: 812034 Change-Id: I1fe2e6d1afa7110d445154da682846fd82738939 Reviewed-on: https://chromium-review.googlesource.com/917282 Commit-Queue: Christopher Thompson <cthomp@chromium.org> Reviewed-by:Peter Kasting <pkasting@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#536938}
Showing
Please register or sign in to comment