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

Unified Diff: chrome/common/extensions/docs/server2/templates/articles/a11y.html

Issue 10834130: Extensions Docs Server: Doc conversion script - SVN (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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/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>.

Powered by Google App Engine
This is Rietveld 408576698