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

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

Issue 2830036: Advanced (Under the Hood) options panel code review (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 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_system_options.html
===================================================================
--- chrome/browser/resources/options/chromeos_system_options.html (revision 51735)
+++ chrome/browser/resources/options/chromeos_system_options.html (working copy)
@@ -1,6 +1,7 @@
<div class="page hidden" id="systemPage">
- <div class="section">
- <div class="section-title" i18n-content="touchpad"></div>
+ <h1 i18n-content="systemPage"></h1>
+ <section>
+ <h3 i18n-content="touchpad"></h3>
<table class="option-control-table">
<tr>
<td class="option-name" i18n-content="sensitivity"></td>
@@ -30,9 +31,9 @@
i18n-content="enable_vert_edge_scroll"></span></label></td>
</tr>
</table>
- </div>
- <div class="section">
- <div class="section-title" i18n-content="language"></div>
+ </section>
+ <section>
+ <h3 i18n-content="language"></h3>
<table class="option-control-table">
<tr>
<td class="option-name"><button id="language-button"
@@ -40,9 +41,9 @@
</td>
</tr>
</table>
- </div>
- <div class="section">
- <div class="section-title" i18n-content="accessibility_title"></div>
+ </section>
+ <section>
+ <h3 i18n-content="accessibility_title"></h3>
<table class="option-control-table">
<tr>
<td class="option-name"><label><input id="accesibility-check"
@@ -50,5 +51,5 @@
i18n-content="accessibility"></span></label></td>
</tr>
</table>
- </div>
+ </section>
</div>
« no previous file with comments | « chrome/browser/resources/options/browser_options.js ('k') | chrome/browser/resources/options/options_page.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698