| 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 00952247583850209a8c96a1154fec21db115d5d..346ec373d73c887968fb89cef0ac20e5151b2f27 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| @@ -353,6 +353,7 @@ Output.RULES = {
|
| enter: '$name= $role $state $description',
|
| speak: '$nameOrDescendants $earcon(LIST_ITEM) $role $state $description'
|
| },
|
| + listMarker: {speak: '$name'},
|
| menu: {
|
| enter: '$name $role',
|
| speak: '$name $role @@list_with_items($countChildren(menuItem)) ' +
|
|
|