| 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 6981549d8859b56bdcdbdb8cd41124d79f371459..7aa8abc27b8027817fb69af598fbde97aa5e39ca 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| @@ -400,8 +400,8 @@ Output.RULES = {
|
| speak: '$earcon(ALERT_NONMODAL) $role $descendants $state'
|
| },
|
| alertDialog: {
|
| - enter: '$nameFromNode $role $description',
|
| - speak: '$name $role $descendants $state'
|
| + enter: '$earcon(ALERT_MODAL) $name $state',
|
| + speak: '$earcon(ALERT_MODAL) $name $descendants $state $role'
|
| },
|
| cell: {
|
| enter: '@cell_summary($tableCellRowIndex, $tableCellColumnIndex) ' +
|
|
|