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

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

Issue 671173008: Change some roles to "button" instead of "link" where it'd benefit users of (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@action-link
Patch Set: nit Created 6 years, 1 month 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
« no previous file with comments | « chrome/browser/resources/local_discovery/local_discovery.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div id="settings" class="page" hidden> 1 <div id="settings" class="page" hidden>
2 <header> 2 <header>
3 <h1 i18n-content="settingsTitle"></h1> 3 <h1 i18n-content="settingsTitle"></h1>
4 </header> 4 </header>
5 <include src="reset_profile_settings_banner.html"> 5 <include src="reset_profile_settings_banner.html">
6 <include src="automatic_settings_reset_banner.html"> 6 <include src="automatic_settings_reset_banner.html">
7 <if expr="chromeos"> 7 <if expr="chromeos">
8 <include src="secondary_user_banner.html"> 8 <include src="secondary_user_banner.html">
9 <section> 9 <section>
10 <div id="network-section-header" class="section-header"> 10 <div id="network-section-header" class="section-header">
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 <label> 387 <label>
388 <input id="metricsReportingEnabled" type="checkbox"> 388 <input id="metricsReportingEnabled" type="checkbox">
389 <span> 389 <span>
390 <span i18n-content="enableLogging"></span> 390 <span i18n-content="enableLogging"></span>
391 <span id="metrics-reporting-disabled-icon" 391 <span id="metrics-reporting-disabled-icon"
392 class="controlled-setting-indicator"></span> 392 class="controlled-setting-indicator"></span>
393 </span> 393 </span>
394 </label> 394 </label>
395 <span id="metrics-reporting-reset-restart"> 395 <span id="metrics-reporting-reset-restart">
396 <!-- Text filled by JavaScript --> 396 <!-- Text filled by JavaScript -->
397 <span></span><a is="action-link" 397 <span></span><a is="action-link" role="button"
398 class="standalone-action-link"></a><span></span> 398 class="standalone-action-link"></a><span></span>
399 </span> 399 </span>
400 </if> 400 </if>
401 </div> 401 </div>
402 </if> <!-- _google_chrome --> 402 </if> <!-- _google_chrome -->
403 <div class="checkbox"> 403 <div class="checkbox">
404 <label> 404 <label>
405 <input id="do-not-track-enabled" pref="enable_do_not_track" 405 <input id="do-not-track-enabled" pref="enable_do_not_track"
406 metric="Options_DoNotTrackCheckbox" type="checkbox" dialog-pref> 406 metric="Options_DoNotTrackCheckbox" type="checkbox" dialog-pref>
407 <span i18n-content="doNotTrack"></span> 407 <span i18n-content="doNotTrack"></span>
(...skipping 517 matching lines...) Expand 10 before | Expand all | Expand 10 after
925 </button> 925 </button>
926 </div> 926 </div>
927 </section> 927 </section>
928 </div> <!-- advanced-settings-container --> 928 </div> <!-- advanced-settings-container -->
929 </div> <!-- advanced-settings --> 929 </div> <!-- advanced-settings -->
930 <footer> 930 <footer>
931 <a is="action-link" id="advanced-settings-expander" 931 <a is="action-link" id="advanced-settings-expander"
932 i18n-content="showAdvancedSettings"></a> 932 i18n-content="showAdvancedSettings"></a>
933 </footer> 933 </footer>
934 </div> 934 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/local_discovery/local_discovery.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698