ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
# 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)列表也是可访问性相关材料的有用汇编.