A11y fix for "Open With" dialog
Accessibility fix for "Open With" dialog that wasn't being read by Chromevox. Change DefaultTaskDialog to set tabindex=-1 for dialog items, so they can be navigated via JS focus() method, but not via TAB key. Change cr.ui.List to issue an focus to the item when navigated via keyboard arrow up/down. Dialog items already have the correct text to be read, see bug for screenshot. Bug: 435010 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I2abc1d2d3d6cb6e78a373ccc51c79e34a0b756bd Reviewed-on: https://chromium-review.googlesource.com/968004Reviewed-by:Naoki Fukino <fukino@chromium.org> Reviewed-by:
Sasha Morrissey <sashab@chromium.org> Commit-Queue: Luciano Pacheco (SYD) <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#545732}
Showing
Please register or sign in to comment