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

Side by Side Diff: chrome/common/extensions/docs/templates/articles/a11y.html

Issue 65643009: Docserver: Attach intro metadata to the template itself, not to an object which (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 <h1>Accessibility (a11y)</h1> 1 <h1>Accessibility (a11y)</h1>
2 2
3 3
4 <p> 4 <p>
5 When you design an extension, 5 When you design an extension,
6 try to make it as accessible as possible 6 try to make it as accessible as possible
7 to people with disabilities such as 7 to people with disabilities such as
8 visual impairment, hearing loss, and limited dexterity. 8 visual impairment, hearing loss, and limited dexterity.
9 </p> 9 </p>
10 10
(...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 <a href="http://www.webaim.org/techniques/alttext/">WebAIM article on appropriat e alt text</a>. 460 <a href="http://www.webaim.org/techniques/alttext/">WebAIM article on appropriat e alt text</a>.
461 461
462 <h2 id="examples">Examples</h2> 462 <h2 id="examples">Examples</h2>
463 463
464 <p> 464 <p>
465 For an example that implements keyboard navigation and ARIA properties, see 465 For an example that implements keyboard navigation and ARIA properties, see
466 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension s/docs/examples/extensions/news_a11y/">examples/extensions/news_a11y</a> 466 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension s/docs/examples/extensions/news_a11y/">examples/extensions/news_a11y</a>
467 (compare it to 467 (compare it to
468 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension s/docs/examples/extensions/news/">examples/extensions/news</a>). 468 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension s/docs/examples/extensions/news/">examples/extensions/news</a>).
469 For more examples and for help in viewing the source code, 469 For more examples and for help in viewing the source code,
470 see <a href="samples.html">Samples</a>. 470 see <a href="samples.html">Samples</a>.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698