Commit 06f82ebb authored by Abigail Klein's avatar Abigail Klein Committed by Commit Bot

[chrome:accessibility] Add and rearrange descriptions to clarify what

controls on the page do.

Bug: 842891
Change-Id: I1dbb8e2228fcc393bc70479d1467b343b46ec7ed
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838393Reviewed-by: default avatarDominic Mazzoni <dmazzoni@chromium.org>
Commit-Queue: Abigail Klein <abigailbklein@google.com>
Cr-Commit-Position: refs/heads/master@{#703486}
parent 02d2b103
......@@ -17,11 +17,20 @@ found in the LICENSE file.
</head>
<body>
<h1>Accessibility Internals</h1>
<p>
Use this page to inspect the internal representation of accessibility in
Chrome. You can see and modify the various accessibility modes Chrome has.
You can also view the accessibility tree for a specific page, or for the
Chrome app natively.
</p>
<div class="columns">
<div class="column">
<h2>Global accessibility mode:</h2>
<h2>Accessibility modes:</h2>
<p>
Check/uncheck accessibility modes to see how they change a page's
accessibility.
</p>
<div class="checkbox-row">
<label>
<span class="checkbox-wrapper">
......@@ -103,8 +112,25 @@ found in the LICENSE file.
Automatically labels images.
</div>
<h2>Options:</h2>
<h2>Command line options:</h2>
<p>
Accessibility features in Chrome are off by default and enabled
automatically on-demand. Changes to these modes only take effect
until the next time Chrome is restarted.
</p>
<p>
To force accessibility to be enabled at launch, run Chrome with this
flag:
<pre>--force-renderer-accessibility</pre>
</p>
<p>
To disable accessibility, run Chrome with this flag:
<pre>--disable-renderer-accessibility</pre>
</p>
</div>
<div class="column">
<h2>Accessibility tree viewing options:</h2>
<div class="checkbox-row">
<span class="checkbox-wrapper">
<input type="checkbox" id="internal"
......@@ -118,24 +144,7 @@ found in the LICENSE file.
Show internal accessibility tree instead of native
</div>
</div>
<div class="column">
<p>
Accessibility features in Chrome are off by default and enabled
automatically on-demand. Changes to this page only take effect
until the next time Chrome is restarted.
</p>
<p>
To force accessibility to be enabled at launch, run Chrome with this
command-line flag:
<pre>--force-renderer-accessibility</pre>
</p>
<p>
To disable accessibility, run Chrome with this flag:
<pre>--disable-renderer-accessibility</pre>
</p>
<h2>Filters:</h2>
<h3>Filters:</h3>
<p>
Use filters to match the attributes and attribute values you want
included in the output. Filters can contain simple wildcards (*) only,
......@@ -176,18 +185,6 @@ found in the LICENSE file.
</div>
</div>
<!--
<div id="global" class="row">Global accessibility mode:
<a is="action-link" role="button" id="toggle_global"
aria-labelledby="global"></a>
</div>
<div id="internal" class="row">
Show internal accessibility tree instead of native:
<a is="action-link" role="button" id="toggle_internal"
aria-labelledby="internal"></a>
</div>
-->
<h2>Chrome Native UI:</h2>
<div id="browsers" class="list">
Set a delay, in milliseconds, before getting the native accessibility tree:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment