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

Unified Diff: chrome/browser/resources/chromeos/chromevox/common/command_store.js

Issue 1362223003: Improve braille related message descriptions and clean up message handling in Chromevox. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@inputtypeexception
Patch Set: Created 5 years, 3 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/common/command_store.js
diff --git a/chrome/browser/resources/chromeos/chromevox/common/command_store.js b/chrome/browser/resources/chromeos/chromevox/common/command_store.js
index d50fe47b9d869514f4945b47f7e2cec42ed7166d..7138e8b2cfe1d9d7c9cfd9434c7c83b34a015813 100644
--- a/chrome/browser/resources/chromeos/chromevox/common/command_store.js
+++ b/chrome/browser/resources/chromeos/chromevox/common/command_store.js
@@ -743,7 +743,7 @@ cvox.CommandStore.NODE_INFO_MAP = {
'link': {predicate: 'linkPredicate',
forwardError: 'no_next_link',
backwardError: 'no_previous_link',
- typeMsg: 'aria_role_link'},
+ typeMsg: 'tag_link'},
'table': {predicate: 'tablePredicate',
forwardError: 'no_next_table',
backwardError: 'no_previous_table',

Powered by Google App Engine
This is Rietveld 408576698