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

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

Issue 11280236: A11y: Add the option to always show the a11y tray menu regardless of the state of a11y features (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years 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 | Annotate | Revision Log
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 <if expr="not pp_ifdef('chromeos')"> 5 <if expr="not pp_ifdef('chromeos')">
6 <include src="sync_section.html"> 6 <include src="sync_section.html">
7 </if> 7 </if>
8 <if expr="pp_ifdef('chromeos')"> 8 <if expr="pp_ifdef('chromeos')">
9 <section> 9 <section>
10 <h3 i18n-content="sectionTitleInternet"></h3> 10 <h3 i18n-content="sectionTitleInternet"></h3>
(...skipping 590 matching lines...) Expand 10 before | Expand all | Expand 10 after
601 <h3 i18n-content="accessibilityTitle"></h3> 601 <h3 i18n-content="accessibilityTitle"></h3>
602 <div class="option-control-table"> 602 <div class="option-control-table">
603 <p id="accessibility-explanation" class="settings-row"> 603 <p id="accessibility-explanation" class="settings-row">
604 <span i18n-content="accessibilityExplanation"></span> 604 <span i18n-content="accessibilityExplanation"></span>
605 <a target="_blank" i18n-content="learnMore" 605 <a target="_blank" i18n-content="learnMore"
606 i18n-values="href:accessibilityLearnMoreURL"></a> 606 i18n-values="href:accessibilityLearnMoreURL"></a>
607 </p> 607 </p>
608 <div class="option-name"> 608 <div class="option-name">
609 <div class="checkbox"> 609 <div class="checkbox">
610 <label> 610 <label>
611 <input id="accessibility-should-always-show-menu"
612 pref="settings.a11y.enable_menu" type="checkbox">
613 <span i18n-content="accessibilityAlwaysShowMenu"></span>
614 </label>
615 </div>
616 </div>
617 <div class="option-name">
618 <div class="checkbox">
619 <label>
611 <input id="accessibility-spoken-feedback-check" type="checkbox"> 620 <input id="accessibility-spoken-feedback-check" type="checkbox">
612 <span i18n-content="accessibilitySpokenFeedback"></span> 621 <span i18n-content="accessibilitySpokenFeedback"></span>
613 </label> 622 </label>
614 </div> 623 </div>
615 </div> 624 </div>
616 <div class="option-name"> 625 <div class="option-name">
617 <div class="checkbox"> 626 <div class="checkbox">
618 <label> 627 <label>
619 <input id="accessibility-high-contrast-check" type="checkbox"> 628 <input id="accessibility-high-contrast-check" type="checkbox">
620 <span i18n-content="accessibilityHighContrast"></span> 629 <span i18n-content="accessibilityHighContrast"></span>
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
681 </section> 690 </section>
682 </if> 691 </if>
683 </div> <!-- advanced-settings-container --> 692 </div> <!-- advanced-settings-container -->
684 </div> <!-- advanced-settings --> 693 </div> <!-- advanced-settings -->
685 <footer> 694 <footer>
686 <button id="advanced-settings-expander" class="link-button" 695 <button id="advanced-settings-expander" class="link-button"
687 i18n-content="showAdvancedSettings"> 696 i18n-content="showAdvancedSettings">
688 </button> 697 </button>
689 </footer> 698 </footer>
690 </div> 699 </div>
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/system/ash_system_tray_delegate.cc ('k') | chrome/browser/ui/ash/chrome_shell_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698