Commit ea262c39 authored by Yuki Awano's avatar Yuki Awano Committed by Commit Bot

Read selected state of a node by default

Bug: b/119523533
Test: steps described in the bug
Change-Id: I87d594d3655cd0de86a9a783eb9e5fc9ba2665c4
Reviewed-on: https://chromium-review.googlesource.com/c/1337221Reviewed-by: default avatarDavid Tseng <dtseng@chromium.org>
Commit-Queue: David Tseng <dtseng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#608471}
parent 69afc096
...@@ -359,8 +359,8 @@ Output.PRESSED_STATE_MAP = { ...@@ -359,8 +359,8 @@ Output.PRESSED_STATE_MAP = {
Output.RULES = { Output.RULES = {
navigate: { navigate: {
'default': { 'default': {
speak: `$name $node(activeDescendant) $value $state $restriction $role speak: `$name $node(activeDescendant) $value $state
$description`, $if($selected, @aria_selected_true) $restriction $role $description`,
braille: `` braille: ``
}, },
abstractContainer: { abstractContainer: {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment