| 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 8a13ff0a2451daae4b13fa65a95c2233da081012..7d4b3e0bf25b9d0cac17af92aef2fa484881521b 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| @@ -345,6 +345,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)) $state'
|
|
|