Accessibility Audit とは?
accessibility audit は、WCAG などのアクセシビリティガイドラインに照らしてインターフェースを評価し、障害のあるユーザーにとっての障壁を見つけます。自動でも手動でも、あるいは両方でも実施でき、label のないコントロール、不十分な色コントラスト、キーボードで到達できない要素といった問題を明らかにします。検出結果は通常、深刻度と、それが違反する標準によって順位付けされます。
なぜ重要か
アクセシビリティの欠陥は実際のユーザーを排除し法的リスクを生み、早期に直すほど安価です。CI で audit を実行することで、regression が気づかれずに出荷されるのを防ぎます。
関連ガイド
What Is axe-core?axe-core is an open-source accessibility testing engine that scans rendered HTML for WCAG violations and is e…
What Is a Lighthouse Budget?A Lighthouse budget sets thresholds for performance metrics and resource sizes that a page must meet, failing…
What Is Accessibility Testing in CI?Accessibility testing in CI runs automated checks against a web page to catch accessibility violations, like…