summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-06-27 13:11:54 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-06-27 13:11:54 +0000
commitd6588577fb69f67b55e61e522c2b4802ec4bf41c (patch)
tree9769373b496919cbc65bd5757e8fb7433b0382d5
parent5c4d0dc69be52c7cb2a24ee7fe13c96c621994ea (diff)
parent490d521b65b2b27256580a82faa92d9f45f94e8e (diff)
downloadgitlab-ce-d6588577fb69f67b55e61e522c2b4802ec4bf41c.tar.gz
Merge branch 'improve-accessibility-frontend-docs' into 'master'
Improve accessibility tooling documentation See merge request gitlab-org/gitlab-ce!30114
-rw-r--r--doc/development/fe_guide/accessibility.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/development/fe_guide/accessibility.md b/doc/development/fe_guide/accessibility.md
index df32242a522..64c793cfd64 100644
--- a/doc/development/fe_guide/accessibility.md
+++ b/doc/development/fe_guide/accessibility.md
@@ -5,8 +5,16 @@
[Chrome Accessibility Developer Tools][chrome-accessibility-developer-tools]
are useful for testing for potential accessibility problems in GitLab.
-Accessibility best-practices and more in-depth information is available on
-[the Audit Rules page][audit-rules] for the Chrome Accessibility Developer Tools.
+The [axe][axe-website] browser extension (available for [Firefox][axe-firefox-extension] and [Chrome][axe-chrome-extension]) is
+also a handy tool for running audits and getting feedback on markup, CSS and even potentially problematic color usages.
+
+Accessibility best-practices and more in-depth information are available on
+[the Audit Rules page][audit-rules] for the Chrome Accessibility Developer Tools. The "[awesome a11y][awesome-a11y]" list is also a
+useful compilation of accessibility-related material.
[chrome-accessibility-developer-tools]: https://github.com/GoogleChrome/accessibility-developer-tools
[audit-rules]: https://github.com/GoogleChrome/accessibility-developer-tools/wiki/Audit-Rules
+[axe-website]: https://www.deque.com/axe/
+[axe-firefox-extension]: https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/
+[axe-chrome-extension]: https://chrome.google.com/webstore/detail/axe/lhdoppojpmngadmnindnejefpokejbdd
+[awesome-a11y]: https://github.com/brunopulis/awesome-a11y