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

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

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

Powered by Google App Engine
This is Rietveld 408576698