Allow focus to move into an editable combobox's listbox
In bug 593646 (https://codereview.chromium.org/2024053003/) a rule was added, apparently similar to a rule in WebKit, that prevents aria-activedescendant on an editable combobox field from moving focus into its listbox. However, removing this condition fixes an issue where the first item is not read. It also improves the verbalization, providing the user with the positional info, e.g. "2 of 5". Removing this line also does not seem to break the example attached to bug 593646. Bug: 1082865 Change-Id: I4250fb152f4b06f3c57b300ebe7ef5549c58d624 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2303789Reviewed-by:Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/master@{#790502}
Showing
Please register or sign in to comment