| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| index 30d36566f3c36b19afde6c3caf81f9beeec3c98f..a22864c167cab85216b036fc359893e5ba5b141b 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| @@ -465,7 +465,8 @@ Output.RULES = {
|
| enter: '$nameFromNode= $role $state'
|
| },
|
| list: {
|
| - enter: '$role @@list_with_items($countChildren(listItem))'
|
| + enter: '$role @@list_with_items($countChildren(listItem))',
|
| + speak: '$descendants $role @@list_with_items($countChildren(listItem))'
|
| },
|
| listBox: {
|
| enter: '$nameFromNode ' +
|
|
|