[SmartLock] a11y: Make radio buttons a single group for reader
The screen reader was reading each radio button three times. Once for the polymer element and once for each inner div. To Fix the issue I moved the aria attributes out the polymer element and gave the inner divs the role of presentation so they are not re-read. Bug: 1007054 Change-Id: I9f4e8e2954a097c78bc1668e40b27fbff5759055 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1881480Reviewed-by:Ryan Hansberry <hansberry@chromium.org> Commit-Queue: James Vecore <vecore@google.com> Cr-Commit-Position: refs/heads/master@{#710509}
Showing
Please register or sign in to comment