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

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

Issue 1561773002: Implement ChromeVox Next menus. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@panel_view_type
Patch Set: Fix Ozone by only activating panel when fullscreen 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 18f124bb975109802c5bb461365413db90a97120..d7948a559db17bb308a430697e8b33a647eb4535 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',
@@ -453,8 +454,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