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

18 lines
1.1 KiB
Markdown
Raw Normal View History

2021-01-29 00:20:46 +05:30
---
stage: none
group: unassigned
2021-02-22 17:27:13 +05:30
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
2021-01-29 00:20:46 +05:30
---
2020-07-28 23:09:34 +05:30
# Accessibility & Readability
2017-08-17 22:00:37 +05:30
## Resources
2020-05-24 23:13:21 +05:30
[Chrome Accessibility Developer Tools](https://github.com/GoogleChrome/accessibility-developer-tools)
2021-03-11 19:13:27 +05:30
assist with testing for potential accessibility problems in GitLab.
2017-08-17 22:00:37 +05:30
2021-03-11 19:13:27 +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)) provides running audits and feedback on markup, CSS, and even potentially problematic color usages.
2019-09-30 21:07:59 +05:30
Accessibility best-practices and more in-depth information are available on
2021-03-11 19:13:27 +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 a compilation of accessibility-related material.