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

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

Issue 2514583002: Ensure fake alert window attached to AXAura tree and refine alert dialog output (Closed)
Patch Set: Fix test. Created 4 years, 1 month 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 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) ' +

Powered by Google App Engine
This is Rietveld 408576698