Chromium Code Reviews| 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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 237 without using the mouse. | 237 without using the mouse. |
| 238 Also check that any popups on page actions or browser actions | 238 Also check that any popups on page actions or browser actions |
| 239 are keyboard navigable. | 239 are keyboard navigable. |
| 240 </p> | 240 </p> |
| 241 | 241 |
| 242 <p id="builtin"> | 242 <p id="builtin"> |
| 243 On Windows, you can use <b>Shift+Alt+T</b> | 243 On Windows, you can use <b>Shift+Alt+T</b> |
| 244 to switch the keyboard focus to the toolbar, | 244 to switch the keyboard focus to the toolbar, |
| 245 which lets you navigate to the icons of page actions and browser actions. | 245 which lets you navigate to the icons of page actions and browser actions. |
| 246 The help topic | 246 The help topic |
| 247 <a href="http://www.google.com/support/chrome/bin/static.py?hl=en&page=guide.cs& guide=25799&from=25799&rd=1">Keyboard and mouse shortcuts</a> | 247 <a href="https://support.google.com/chrome/?hl=en&page=guide.cs&guide=25799&from =25799&rd=1">Keyboard and mouse shortcuts</a> |
|
alexab
2015/05/22 00:08:47
https://support.google.com/chrome/answer/157179
Dan Beam
2015/05/22 01:08:46
Done.
| |
| 248 lists all of Google Chrome's keyboard shortcuts; | 248 lists all of Google Chrome's keyboard shortcuts; |
| 249 details about toolbar navigation | 249 details about toolbar navigation |
| 250 are in the section <b>Google Chrome feature shortcuts</b>. | 250 are in the section <b>Google Chrome feature shortcuts</b>. |
| 251 </p> | 251 </p> |
| 252 | 252 |
| 253 <p class="note"> | 253 <p class="note"> |
| 254 <b>Note:</b> | 254 <b>Note:</b> |
| 255 The Windows version of Google Chrome 6 was the first | 255 The Windows version of Google Chrome 6 was the first |
| 256 to support keyboard navigation to the toolbar. | 256 to support keyboard navigation to the toolbar. |
| 257 Support is also planned for Linux. | 257 Support is also planned for Linux. |
| (...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 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="sampleshtml">Samples</a>. | 470 see <a href="sampleshtml">Samples</a>. |
| OLD | NEW |