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

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

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 | « no previous file | chrome/browser/resources/downloads.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/downloads.html
diff --git a/chrome/browser/resources/downloads.html b/chrome/browser/resources/downloads.html
index 4fe34ddfe575fe89e022dfc92af958739dd16c0b..d2d6516b923ae48fe0cba06de7e0d69a27129f58 100644
--- a/chrome/browser/resources/downloads.html
+++ b/chrome/browser/resources/downloads.html
@@ -192,7 +192,8 @@ html[dir=rtl] .progress {
width="67" height="67" class="logo" border="0" /></a>
<form id="search-form" method="post" action="" class="form">
<input type="text" name="term" id="term" />
- <input type="submit" name="submit" i18n-values="value:searchbutton" />
+ <input id="search-submit"
+ type="submit" name="submit" i18n-values="value:searchbutton" />
</form>
</div>
<div class="main">
« no previous file with comments | « no previous file | chrome/browser/resources/downloads.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698