Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3806)

Unified Diff: chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js

Issue 2054473003: Implement update notifications for ChromeVox Next. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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'
}
}
};

Powered by Google App Engine
This is Rietveld 408576698