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

Unified Diff: chrome/browser/resources/options/language_options.html

Issue 7067036: Options: Remove the hidden class, since we override the hidden attribute to set (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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
Index: chrome/browser/resources/options/language_options.html
diff --git a/chrome/browser/resources/options/language_options.html b/chrome/browser/resources/options/language_options.html
index b3df5fdd918068039f89c09c162ea07bb1fb6f7d..6f55f325679cc2995ca09d10e5d10485fad5a551 100644
--- a/chrome/browser/resources/options/language_options.html
+++ b/chrome/browser/resources/options/language_options.html
@@ -1,4 +1,4 @@
-<div class="page hidden" id="languagePage">
+<div class="page" id="languagePage" hidden>
<h1 i18n-content="languagePage"></h1>
<div id="notification">
<span>&nbsp;</span>
@@ -59,7 +59,7 @@
<span i18n-content="enable_spell_check"></span>
</label>
</div>
- <div id="auto-spell-correction-option" class="hidden" class="checkbox">
+ <div id="auto-spell-correction-option" class="checkbox" hidden>
<label>
<input id="enable-auto-spell-correction"
pref="browser.enable_autospellcorrect"

Powered by Google App Engine
This is Rietveld 408576698