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

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

Issue 1798733003: Add experimental accessibility features to Material Design settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@add_5_a11y_features
Patch Set: Add includes, fix whitespace 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 5325098a3fc2a4ecfa203003fe18b3d60f0327ca..b8e37d180f782286628c05fda95d8138b62073a3 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_]]">
+ <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">
« no previous file with comments | « chrome/browser/extensions/api/settings_private/prefs_util.cc ('k') | chrome/browser/resources/settings/a11y_page/a11y_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698