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

Unified Diff: chrome/browser/resources/options/chromeos/language_hangul_options.html

Issue 7063029: Options: Style cleanup - id attribute first. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes. 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/chromeos/language_hangul_options.html
diff --git a/chrome/browser/resources/options/chromeos/language_hangul_options.html b/chrome/browser/resources/options/chromeos/language_hangul_options.html
index 6fed01ac0620f2efd1d54f62bb023d637fc57281..74f668512990bd1ad52e5b23ffca647d02d6237c 100644
--- a/chrome/browser/resources/options/chromeos/language_hangul_options.html
+++ b/chrome/browser/resources/options/chromeos/language_hangul_options.html
@@ -1,4 +1,4 @@
-<div class="page" id="languageHangulPage" hidden>
+<div id="languageHangulPage" class="page" hidden>
<h1 i18n-content="languageHangulPage"></h1>
<section>
<div class="option">
@@ -6,9 +6,8 @@
<tr>
<td class="option-name" i18n-content="hangul_keyboard_layout"></td>
<td class="option-value">
- <select id="keyboard-layout-select" class="control"
+ <select id="keyboard-layout-select" class="control" dataType="string"
pref="settings.language.hangul_keyboard"
- dataType="string"
i18n-options="HangulkeyboardLayoutList"></select>
</td>
</tr>

Powered by Google App Engine
This is Rietveld 408576698