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

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: Initial patch 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..3dfd1426c7107f229dcbc63b259248b8994fe150 100644
--- a/chrome/browser/resources/downloads.html
+++ b/chrome/browser/resources/downloads.html
@@ -192,7 +192,7 @@ 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" />
Evan Stade 2011/06/09 21:36:16 80
</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