585.md 1.2 KB
Newer Older
Lab机器人's avatar
readme  
Lab机器人 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# Accessibility & Readability

> 原文:[https://docs.gitlab.com/ee/development/fe_guide/accessibility.html](https://docs.gitlab.com/ee/development/fe_guide/accessibility.html)

*   [Resources](#resources)

# Accessibility & Readability[](#accessibility--readability "Permalink")

## Resources[](#resources "Permalink")

[Chrome 可访问性开发人员工具](https://github.com/GoogleChrome/accessibility-developer-tools)对于在 GitLab 中测试潜在的可访问性问题很有用.

[斧头](https://www.deque.com/axe/)浏览器扩展程序(适用于[Firefox](https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/)[Chrome](https://chrome.google.com/webstore/detail/axe-web-accessibility-tes/lhdoppojpmngadmnindnejefpokejbdd) )也是一种便捷的工具,可用于运行审核并获取有关标记,CSS 甚至可能存在问题的颜色使用情况的反馈.

可访问性最佳做法和更深入的信息可在 Chrome 可访问性开发人员工具[的"审核规则"页面上](https://github.com/GoogleChrome/accessibility-developer-tools/wiki/Audit-Rules)找到. " [超棒可访问性"](https://github.com/brunopulis/awesome-a11y)列表也是可访问性相关材料的有用汇编.