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

Unified Diff: chrome/browser/resources/downloads.js

Issue 7003099: A11y: Give the downloads search box a label. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address reviewer comment Created 9 years, 6 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 | « chrome/browser/resources/downloads.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/downloads.js
diff --git a/chrome/browser/resources/downloads.js b/chrome/browser/resources/downloads.js
index ddfdb40c813338fe0b5f61134fe6c2e8cd085f8d..693685e748b1e395fb3a68ca62094ccca9a2ff0b 100644
--- a/chrome/browser/resources/downloads.js
+++ b/chrome/browser/resources/downloads.js
@@ -536,6 +536,7 @@ function load() {
localStrings = new LocalStrings();
downloads = new Downloads();
$('term').focus();
+ $('term').setAttribute('aria-labelledby', 'search-submit');
setSearch('');
}
« no previous file with comments | « chrome/browser/resources/downloads.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698