DevTools: make quick open dialog announce screen reader options
This change expands existing screen reader capabilities of the quick open dialog by replacing the use of aria alert with standard ARIA attributes: role=combobox/listbox/option, aria-activedescendant, and aria-autocomplete. The effect is the screen reader announces the selected options and their position in the results, giving the user the total result count. This change follows the WAI ARIA guidance: https://www.w3.org/TR/wai-aria-1.1/#aria-autocomplete Screenshot (NVDA Speech Viewer): https://i.imgur.com/4vJkHfq.png Bug: 963183 Change-Id: I5c3b1b1f80c0a11defdfd66a4b6860df75e5e717 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1737872Reviewed-by:Lorne Mitchell <lomitch@microsoft.com> Commit-Queue: John Emau <John.Emau@microsoft.com> Cr-Commit-Position: refs/heads/master@{#706211}
Showing
Please register or sign in to comment