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

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

Issue 2160303002: Fix file manager labels and aria role. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
« no previous file with comments | « no previous file | ui/file_manager/file_manager/foreground/js/ui/directory_tree.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a47944998cf3d49ef86202d8e90b1b4cfec6d3a2..5966a7283711a14795775da565593a48c7ce5658 100644
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
@@ -543,7 +543,11 @@ Output.RULES = {
treeItem: {
enter: '$role $expanded $collapsed ' +
'@describe_index($indexInParent, $parentChildCount) ' +
- '@describe_depth($hierarchicalLevel)'
+ '@describe_depth($hierarchicalLevel)',
+ speak: '$name ' +
dmazzoni 2016/07/19 19:14:59 indentation should match "enter"?
David Tseng 2016/07/19 20:35:17 Done.
+ '$role $expanded $collapsed ' +
+ '@describe_index($indexInParent, $parentChildCount) ' +
+ '@describe_depth($hierarchicalLevel)'
},
window: {
enter: '@describe_window($name)',
« no previous file with comments | « no previous file | ui/file_manager/file_manager/foreground/js/ui/directory_tree.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698