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

Unified Diff: chrome/browser/resources/settings/a11y_page/a11y_page.html

Issue 1785833002: Add 5 experimental accessibility features on Chrome OS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ported to md-settings too Created 4 years, 9 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/settings/a11y_page/a11y_page.html
diff --git a/chrome/browser/resources/settings/a11y_page/a11y_page.html b/chrome/browser/resources/settings/a11y_page/a11y_page.html
index be3628bfff8c88615d22392a26c5f455d800e29f..d5c9a5505e2eb0a1dedc8d915613ca6eb41437d4 100644
--- a/chrome/browser/resources/settings/a11y_page/a11y_page.html
+++ b/chrome/browser/resources/settings/a11y_page/a11y_page.html
@@ -58,6 +58,23 @@
<settings-checkbox pref="{{prefs.settings.a11y.virtual_keyboard}}"
i18n-values="label:onScreenKeyboardLabel">
</settings-checkbox>
+ <template is="dom-if" if="[[showExperimentalFeatures_]]" restamp>
Dan Beam 2016/03/11 22:07:20 I don't think you need restamp
+ <settings-checkbox pref="{{prefs.settings.a11y.caret_highlight}}"
+ i18n-values="label:caretHighlightLabel">
+ </settings-checkbox>
+ <settings-checkbox pref="{{prefs.settings.a11y.cursor_highlight}}"
+ i18n-values="label:cursorHighlightLabel">
+ </settings-checkbox>
+ <settings-checkbox pref="{{prefs.settings.a11y.focus_highlight}}"
+ i18n-values="label:focusHighlightLabel">
+ </settings-checkbox>
+ <settings-checkbox pref="{{prefs.settings.a11y.select_to_speak}}"
+ i18n-values="label:selectToSpeakLabel">
+ </settings-checkbox>
+ <settings-checkbox pref="{{prefs.settings.a11y.switch_access}}"
+ i18n-values="label:switchAccessLabel">
+ </settings-checkbox>
+ </template>
</div>
<div class="settings-box">

Powered by Google App Engine
This is Rietveld 408576698