1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
7 * 'cr-settings-a11y-page' is the settings page containing accessibility
12 * <core-animated-pages>
13 * <cr-settings-a11y-page prefs="{{prefs}}"></cr-settings-a11y-page>
15 * </core-animated-pages>
17 * @group Chrome Settings Elements
18 * @element cr-settings-a11y-page
20 Polymer('cr-settings-a11y-page', {
26 * @type CrSettingsPrefsElement
41 * Title for the page header and navigation menu.
43 * @attribute pageTitle
46 pageTitle: loadTimeData.getString('a11yPageTitle'),
49 * Name of the 'core-icon' to show.
53 * @default 'accessibility'
55 icon: 'accessibility',