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

Unified Diff: chrome/browser/resources/print_preview/previewarea/margin_control.html

Issue 308943002: Reset margin input controls error state when error is cleared. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/print_preview/previewarea/margin_control.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/print_preview/previewarea/margin_control.html
diff --git a/chrome/browser/resources/print_preview/previewarea/margin_control.html b/chrome/browser/resources/print_preview/previewarea/margin_control.html
index fa03e3d79d7feef40eb9841e4e5ae13791848cf3..9a76a70d540812be866ba104f93f8664903d1003 100644
--- a/chrome/browser/resources/print_preview/previewarea/margin_control.html
+++ b/chrome/browser/resources/print_preview/previewarea/margin_control.html
@@ -1,4 +1,4 @@
<div id="margin-control-template" class="margin-control invisible" hidden>
<div class="margin-control-line"></div>
- <input class="margin-control-textbox" type="text">
+ <input class="margin-control-textbox" aria-hidden="true" type="text">
</div>
« no previous file with comments | « no previous file | chrome/browser/resources/print_preview/previewarea/margin_control.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698