| 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 ed676e49536b0a4ac1d5f4e9ace6d6661d30f78d..8dd2056898abb5dbea3b7935c1c7b550f9d95321 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| @@ -553,8 +553,8 @@ Output.RULES = {
|
| },
|
| alert: {
|
| default: {
|
| - speak: '!doNotInterrupt ' +
|
| - '@role_alert $name $earcon(ALERT_NONMODAL) $description $descendants'
|
| + speak: '!doNotInterrupt @role_alert ' +
|
| + '$if($name, $name, $descendants) $earcon(ALERT_NONMODAL) $description'
|
| }
|
| }
|
| };
|
|
|