| OLD | NEW |
| 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 Loading... |
| 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>. |
| OLD | NEW |