debian-mirror-gitlab/doc/development/fe_guide/accessibility.md

14 lines
954 B
Markdown
Raw Normal View History

2017-08-17 22:00:37 +05:30
# Accessibility
## Resources
2020-05-24 23:13:21 +05:30
[Chrome Accessibility Developer Tools](https://github.com/GoogleChrome/accessibility-developer-tools)
2017-08-17 22:00:37 +05:30
are useful for testing for potential accessibility problems in GitLab.
2020-05-24 23:13:21 +05:30
The [axe](https://www.deque.com/axe/) browser extension (available for [Firefox](https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/) and [Chrome](https://chrome.google.com/webstore/detail/axe-web-accessibility-tes/lhdoppojpmngadmnindnejefpokejbdd)) is
2019-09-30 21:07:59 +05:30
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
2020-05-24 23:13:21 +05:30
[the Audit Rules page](https://github.com/GoogleChrome/accessibility-developer-tools/wiki/Audit-Rules) for the Chrome Accessibility Developer Tools. The [Awesome Accessibility](https://github.com/brunopulis/awesome-a11y) list is also a
2019-09-30 21:07:59 +05:30
useful compilation of accessibility-related material.