summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/static/devguide.html
diff options
context:
space:
mode:
authorkathyw@chromium.org <kathyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-05 18:48:15 +0000
committerkathyw@chromium.org <kathyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-05 18:48:15 +0000
commit27875466e6848101991b7865c20df8214ea5df52 (patch)
tree7671a9560c10d474386707b961dcba56210e92e9 /chrome/common/extensions/docs/static/devguide.html
parenta4b103bb24f75c14c16444fb2b4755cb54f6b7aa (diff)
downloadchromium_src-27875466e6848101991b7865c20df8214ea5df52.zip
chromium_src-27875466e6848101991b7865c20df8214ea5df52.tar.gz
chromium_src-27875466e6848101991b7865c20df8214ea5df52.tar.bz2
A couple of accessibility-related updates/fixes.
TEST=none BUG=none Review URL: http://codereview.chromium.org/3599001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61535 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/static/devguide.html')
-rw-r--r--chrome/common/extensions/docs/static/devguide.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/extensions/docs/static/devguide.html b/chrome/common/extensions/docs/static/devguide.html
index 6b76694..cd9e44c 100644
--- a/chrome/common/extensions/docs/static/devguide.html
+++ b/chrome/common/extensions/docs/static/devguide.html
@@ -77,6 +77,10 @@ and <a href="overview.html">Overview</a>.
<td colspan="2"> &nbsp;</td>
</tr>
<tr>
+ <td> <a href="a11y.html">Accessibility (a11y)</a> </td>
+ <td> Make your extension accessible to people with disabilities </td>
+ </tr>
+ <tr>
<td> <a href="background_pages.html">Background&nbsp;Pages</a> </td>
<td> Put all the common code for your extension in a single place </td>
</tr>