| 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 982a3ea45b3a990f9a353cae1a7c04e8b49a348c..81ad9c0eab1611a4fa2f2bd1f2e82430a04e68c2 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| @@ -449,7 +449,7 @@ Output.RULES = {
|
| dialog: {
|
| enter: '$nameFromNode $role $description'
|
| },
|
| - div: {
|
| + genericContainer: {
|
| enter: '$nameFromNode',
|
| speak: '$nameOrTextContent $description'
|
| },
|
| @@ -501,7 +501,8 @@ Output.RULES = {
|
| '$description $state'
|
| },
|
| listItem: {
|
| - enter: '$role'
|
| + enter: '$name= $role $state $description',
|
| + speak: '$nameOrDescendants $role $state $description'
|
| },
|
| menu: {
|
| enter: '$name $role',
|
|
|