violations: [{ id: 'image-alt', impact: 'critical', // 深刻度 help: 'Images must have alternative text', helpUrl: 'https://dequeuniversity.com/rules/axe/...', nodes: [{ html: '<img src="./images/city-logo.png">', // 問題のHTML target: ['header > img'], // CSS セレクタ failureSummary: 'Fix any of the following:\n' + ' Element does not have an alt attribute' }] }]
になる可能性があるものは39 個(約34% ) (2026/01/06 現在 Claude Code 調べ) // incomplete (要確認)の例 { id: 'color-contrast', message: 'Element\'s background color could not be determined...', // 背景が複雑(グラデーション、画像)で自動計算できない }