| 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 a47944998cf3d49ef86202d8e90b1b4cfec6d3a2..dff84e55ae458cfb521566925839db9a27379917 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| @@ -543,6 +543,10 @@ Output.RULES = {
|
| treeItem: {
|
| enter: '$role $expanded $collapsed ' +
|
| '@describe_index($indexInParent, $parentChildCount) ' +
|
| + '@describe_depth($hierarchicalLevel)',
|
| + speak: '$name ' +
|
| + '$role $expanded $collapsed ' +
|
| + '@describe_index($indexInParent, $parentChildCount) ' +
|
| '@describe_depth($hierarchicalLevel)'
|
| },
|
| window: {
|
|
|