| Index: chrome/common/extensions/docs/server2/templates/articles/a11y.html
|
| ===================================================================
|
| --- chrome/common/extensions/docs/server2/templates/articles/a11y.html (revision 150606)
|
| +++ chrome/common/extensions/docs/server2/templates/articles/a11y.html (working copy)
|
| @@ -1,6 +1,6 @@
|
| -<div id="pageData-name" class="pageData">Accessibility (a11y)</div>
|
| -<div id="pageData-showTOC" class="pageData">true</div>
|
| +<h1>Accessibility (a11y)</h1>
|
|
|
| +
|
| <p>
|
| When you design an extension,
|
| try to make it as accessible as possible
|
| @@ -63,7 +63,7 @@
|
| and are generally understood by screen readers.
|
| </p>
|
|
|
| -<img src="../images/a11y/standard-html-controls.png"
|
| +<img src="{{static}}/images/a11y/standard-html-controls.png"
|
| width="550" height="350"
|
| alt="Screenshots and code for button, checkbox, radio, text, select/option, and link">
|
|
|
| @@ -269,11 +269,11 @@
|
| Two examples of focus outline follow.
|
| </p>
|
|
|
| -<img src="../images/a11y/focus-outline-2.png"
|
| +<img src="{{static}}/images/a11y/focus-outline-2.png"
|
| width="200" height="75"
|
| alt="A focus outline on a Search button">
|
| <br />
|
| -<img src="../images/a11y/focus-outline.png"
|
| +<img src="{{static}}/images/a11y/focus-outline.png"
|
| width="400" height="40"
|
| alt="A focus outline on one of a series of links">
|
|
|
| @@ -463,5 +463,4 @@
|
| (compare it to
|
| <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/extensions/news/">examples/extensions/news</a>).
|
| For more examples and for help in viewing the source code,
|
| -see <a href="samples.html">Samples</a>.
|
| -
|
| +see <a href="samples.html">Samples</a>.
|
|
|