a11y-debugging とは?
web.dev ガイドラインに基づいたアクセシビリティ (a11y) のデバッグと監査に Chrome DevTools MCP を使用します。セマンティック HTML、ARIA ラベル、フォーカス状態、キーボード ナビゲーション、タップ ターゲット、色のコントラストをテストするときに使用します。 ソース: chromedevtools/chrome-devtools-mcp。
web.dev ガイドラインに基づいたアクセシビリティ (a11y) のデバッグと監査に Chrome DevTools MCP を使用します。セマンティック HTML、ARIA ラベル、フォーカス状態、キーボード ナビゲーション、タップ ターゲット、色のコントラストをテストするときに使用します。
コマンドラインで a11y-debugging AI スキルを開発環境にすばやくインストール
ソース: chromedevtools/chrome-devtools-mcp。
Accessibility Tree vs DOM: Visually hiding an element (e.g., CSS opacity: 0) behaves differently for screen readers than display: none or aria-hidden="true". The takesnapshot tool returns the accessibility tree of the page, which represents what assistive technologies "see", making it the most reliable source of truth for semantic structure.
Reading web.dev documentation: If you need to research specific accessibility guidelines (like https://web.dev/articles/accessible-tap-targets), you can append .md.txt to the URL (e.g., https://web.dev/articles/accessible-tap-targets.md.txt) to fetch the clean, raw markdown version. This is much easier to read!
Chrome automatically checks for common accessibility problems. Use listconsolemessages to check for these native audits first:
web.dev ガイドラインに基づいたアクセシビリティ (a11y) のデバッグと監査に Chrome DevTools MCP を使用します。セマンティック HTML、ARIA ラベル、フォーカス状態、キーボード ナビゲーション、タップ ターゲット、色のコントラストをテストするときに使用します。 ソース: chromedevtools/chrome-devtools-mcp。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/chromedevtools/chrome-devtools-mcp --skill a11y-debuggingweb.dev ガイドラインに基づいたアクセシビリティ (a11y) のデバッグと監査に Chrome DevTools MCP を使用します。セマンティック HTML、ARIA ラベル、フォーカス状態、キーボード ナビゲーション、タップ ターゲット、色のコントラストをテストするときに使用します。 ソース: chromedevtools/chrome-devtools-mcp。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/chromedevtools/chrome-devtools-mcp --skill a11y-debugging インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/chromedevtools/chrome-devtools-mcp