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

Unified Diff: chrome/common/extensions/docs/static/a11y.html

Issue 3599001: A couple of accessibility-related updates/fixes. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 3 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
« no previous file with comments | « chrome/common/extensions/docs/devguide.html ('k') | chrome/common/extensions/docs/static/devguide.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/static/a11y.html
===================================================================
--- chrome/common/extensions/docs/static/a11y.html (revision 60806)
+++ chrome/common/extensions/docs/static/a11y.html (working copy)
@@ -239,13 +239,25 @@
are keyboard navigable.
</p>
+<p id="builtin">
+On Windows, you can use <b>Shift+Alt+T</b>
+to switch the keyboard focus to the toolbar,
+which lets you navigate to the icons of page actions and browser actions.
+The help topic
+<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>
+lists all of Google Chrome's keyboard shortcuts;
+details about toolbar navigation
+are in the section <b>Google Chrome feature shortcuts</b>.
+</p>
+
<p class="note">
<b>Note:</b>
-We're improving keyboard accessibility to Google Chrome's interface;
-keyboard navigation to the icons of page actions and browser actions
-is expected in Google Chrome 6.
-For details, see
-<a href="#builtin">Built-in toolbar navigation</a>.
+The Windows version of Google Chrome 6 was the first
+to support keyboard navigation to the toolbar.
+Support is also planned for Linux.
+On Mac OS X,
+access to the toolbar is provided through VoiceOver,
+Apple's screenreader.
</p>
<p>
@@ -265,49 +277,7 @@
width="400" height="40"
alt="A focus outline on one of a series of links">
-<h4 id="builtin"> Built-in toolbar navigation </h4>
-<p>
-Here are the keyboard shortcuts that we expect to be in Google Chrome 6.
-You can try them out now in the Dev channel.
-</p>
-
-<p>
-<table>
- <tr>
- <td> <b>Alt+Shift+T</b> </td>
- <td> Focus on the first tool in the main toolbar. </td></tr>
-
- <tr><td> <b>Tab</b>, <b>Shift+Tab</b>, <b>Home</b>, <b>End</b> </td>
- <td> Move around in the toolbar,
- including focusing on page actions and browser actions. </td></tr>
-
- <tr><td> <b>Left&nbsp;arrow</b>, <b>Right&nbsp;arrow</b> </td>
- <td> Move around in the toolbar,
- unless you're in an edit box like the location bar,
- where those keys are used for text editing. </td></tr>
-
- <tr><td> <b>Space</b>, <b>Enter</b> </td>
- <td> Activate toolbar buttons,
- including page actions and browser actions. </td></tr>
-
- <tr><td> <b>Context&nbsp;menu&nbsp;key</b>, <b>Shift+F10</b> </td>
- <td> Open a toolbar button's context menu. </td></tr>
-
- <tr><td> <b>Escape</b> </td>
- <td> Return focus from the toolbar to the previous location. </td></tr>
-
- <tr><td> <b>F6</b>, <b>Shift+F6</b> </td>
- <td> Switch focus to the next keyboard-accessible pane,
- where panes include the
- main web content,
- toolbar,
- and bookmarks bar (if visible). </td></tr>
-
-</table>
-</p>
-
-
<h3 id="shortcuts"> Shortcuts </h3>
<p>
« no previous file with comments | « chrome/common/extensions/docs/devguide.html ('k') | chrome/common/extensions/docs/static/devguide.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698