| 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 7de943014b5698aa1c5f7e3713fea2c7b28fe30e..e16923f362cf2482b665a8e76404131908494d6a 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| @@ -415,7 +415,8 @@ Output.RULES = {
|
| speak: '!doNotInterrupt $role $descendants'
|
| },
|
| alertDialog: {
|
| - enter: '$nameFromNode $role $description $descendants'
|
| + enter: '$nameFromNode $role $description',
|
| + speak: '$name $role $descendants'
|
| },
|
| cell: {
|
| enter: '@column_granularity $tableCellColumnIndex'
|
|
|