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

Side by Side Diff: content/browser/resources/accessibility/accessibility.html

Issue 2690653004: Expose a11y modes of web renderers to chrome://accessibility. (Closed)
Patch Set: Address dmazzoni comments Created 3 years, 10 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 unified diff | Download patch
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html> 2 <html>
3 <!-- 3 <!--
4 Copyright (c) 2013 The Chromium Authors. All rights reserved. 4 Copyright (c) 2013 The Chromium Authors. All rights reserved.
5 Use of this source code is governed by a BSD-style license that can be 5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file. 6 found in the LICENSE file.
7 --> 7 -->
8 <head> 8 <head>
9 <meta charset="utf-8"> 9 <meta charset="utf-8">
10 <title>Accessibility Internals</title> 10 <title>Accessibility Internals</title>
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 128
129 <!-- 129 <!--
130 <div id="global" class="row">Global accessibility mode: 130 <div id="global" class="row">Global accessibility mode:
131 <a is="action-link" role="button" id="toggle_global" aria-labelledby="global "></a> 131 <a is="action-link" role="button" id="toggle_global" aria-labelledby="global "></a>
132 </div> 132 </div>
133 133
134 <div id="internal" class="row">Show internal accessibility tree instead of nat ive: 134 <div id="internal" class="row">Show internal accessibility tree instead of nat ive:
135 <a is="action-link" role="button" id="toggle_internal" aria-labelledby="inte rnal"></a> 135 <a is="action-link" role="button" id="toggle_internal" aria-labelledby="inte rnal"></a>
136 </div> 136 </div>
137 --> 137 -->
138 <h2>Pages:</h2>
138 <div id="pages" class="list"></div> 139 <div id="pages" class="list"></div>
139 <script src="chrome://resources/js/i18n_template.js"></script> 140 <script src="chrome://resources/js/i18n_template.js"></script>
140 </body> 141 </body>
141 </html> 142 </html>
OLDNEW
« no previous file with comments | « content/browser/resources/accessibility/accessibility.css ('k') | content/browser/resources/accessibility/accessibility.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698