DevTools: Make Preferences Settings Pane Accessible
Preferences pane had following accessibility issues and is fixed as follows: - The top heading was in h3. Fix: Updated h3 to h1 - Subcategories was missing heading role of h2 and group roles for subcategories was missing Fix: Added role heading of level 2 Fix: Added role group to each sub categories - Label for drop-downs were not linked with select element so, screen reader wasn't reading out for drop-downs. Fix: Added 'for' attribute in label with id value of drop-down select element Change-Id: I64d433522c814b8f65ced29958524ac175d987ac Bug: 963183 Video showing Preferences pane after this change https://imgur.com/caUMd46 Change-Id: I64d433522c814b8f65ced29958524ac175d987ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1600533Reviewed-by:Erik Luo <luoe@chromium.org> Commit-Queue: Chandani Shrestha <chshrest@microsoft.com> Cr-Commit-Position: refs/heads/master@{#660890}
Showing
Please register or sign in to comment