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

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

Issue 1696443002: Re-land: Implement ChromeVox Next menus. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 d7d26f370507d47ade086e1cac5e3d2aaf8700a2..332fc65b857f7a6ae7dcab8c22478d0a531a553f 100644
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
@@ -228,7 +228,8 @@ Output.ROLE_INFO_ = {
inherits: 'abstractContainer'
},
menu: {
- msgId: 'role_menu'
+ msgId: 'role_menu',
+ earconId: 'LISTBOX',
},
menuBar: {
msgId: 'role_menubar',
@@ -452,8 +453,8 @@ Output.RULES = {
enter: '$role'
},
menu: {
- enter: '$name $role @@list_with_items($countChildren(menuItem)) ' +
- '$description'
+ enter: '$name $role',
+ speak: '$name $role @@list_with_items($countChildren(menuItem))'
},
menuItem: {
speak: '$name $role $if($haspopup, @has_submenu) ' +

Powered by Google App Engine
This is Rietveld 408576698