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

Side by Side Diff: chrome/browser/resources/options/startup_section.html

Issue 541533002: Remove more label for= use. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix tests Created 6 years, 3 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 unified diff | Download patch
OLDNEW
1 <section id="startup-section" guest-visibility="hidden"> 1 <section id="startup-section" guest-visibility="hidden">
2 <h3 i18n-content="sectionTitleStartup"></h3> 2 <h3 i18n-content="sectionTitleStartup"></h3>
3 <div id="startup-section-content"> 3 <div id="startup-section-content">
4 <div class="radio" id="newtab-section-content"> 4 <div class="radio controlled-setting-with-label"
5 <span class="controlled-setting-with-label"> 5 id="newtab-section-content">
6 <input id="startup-newtab" type="radio" name="startup" value="5" 6 <label>
7 <input type="radio" name="startup" value="5"
7 pref="session.restore_on_startup" 8 pref="session.restore_on_startup"
8 metric="Options_Startup_NewTab"> 9 metric="Options_Startup_NewTab">
9 <span> 10 <span i18n-content="startupShowNewTab"></span>
10 <label for="startup-newtab" i18n-content="startupShowNewTab"></label> 11 </label>
11 <span class="controlled-setting-indicator" 12 <span class="controlled-setting-indicator"
12 pref="session.restore_on_startup" value="5"> 13 pref="session.restore_on_startup" value="5"></span>
13 </span>
14 </span>
15 </span>
16 </div> 14 </div>
17 <div class="radio"> 15 <div class="radio controlled-setting-with-label">
18 <span class="controlled-setting-with-label"> 16 <label>
19 <input id="startup-restore-session" type="radio" name="startup" 17 <input id="startup-restore-session" type="radio" name="startup"
20 value="1" pref="session.restore_on_startup" 18 value="1" pref="session.restore_on_startup"
21 metric="Options_Startup_LastSession"> 19 metric="Options_Startup_LastSession">
22 <span> 20 <span i18n-content="startupRestoreLastSession"></span>
23 <label for="startup-restore-session" 21 </label>
24 i18n-content="startupRestoreLastSession"> 22 <span class="controlled-setting-indicator"
25 </label> 23 pref="session.restore_on_startup" value="1"></span>
26 <span class="controlled-setting-indicator"
27 pref="session.restore_on_startup" value="1">
28 </span>
29 </span>
30 </span>
31 </div> 24 </div>
32 <div class="radio"> 25 <div class="radio controlled-setting-with-label">
33 <span class="controlled-setting-with-label"> 26 <label>
34 <input id="startup-show-pages" type="radio" name="startup" 27 <input id="startup-show-pages" type="radio" name="startup"
35 pref="session.restore_on_startup" 28 pref="session.restore_on_startup"
36 value="4" metric="Options_Startup_Custom"> 29 value="4" metric="Options_Startup_Custom">
37 <span> 30 <span i18n-content="startupShowPages"></span>
38 <label for="startup-show-pages" i18n-content="startupShowPages">
39 </label>
40 <span class="controlled-setting-indicator"
41 pref="session.restore_on_startup" value="4">
42 </span>
43 <button id="startup-set-pages" class="link-button"
44 i18n-content="startupSetPages">
45 </button>
46 <span class="controlled-setting-indicator"
47 pref="session.startup_urls">
48 </span>
49 </span>
50 </label> 31 </label>
32 <span class="controlled-setting-indicator"
33 pref="session.restore_on_startup" value="4"></span>
34 <button id="startup-set-pages" class="link-button"
35 i18n-content="startupSetPages">
36 </button>
37 <span class="controlled-setting-indicator"
38 pref="session.startup_urls">
39 </span>
51 </div> 40 </div>
52 </div> 41 </div>
53 </section> 42 </section>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/browser_options.js ('k') | chrome/browser/resources/options/sync_section.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698