HTMLランドマークチェッカーとは
HTMLランドマークチェッカーは、HTMLを貼り付けてスクリーンリーダーナビゲーション用のARIAランドマーク要素をチェックします。 出力は公開サイトに使う前に確認しやすい形で表示されます。
Quick answer
Paste your HTML to check which ARIA landmark elements are present and which are missing. Screen readers use landmarks to help keyboard and assistive technology users navigate between page regions.
Limitations
- The tool scans for element names only. It does not check whether landmarks have accessible names provided through aria-label, aria-labelledby, or visible headings.
- The checker does not validate ARIA role assignments. An element with a role attribute may override or remove the implicit landmark role.
- Pasting partial HTML may miss landmark elements outside the pasted content. Paste the full page HTML for a complete audit.
使い方
- 必要な値を入力します。
- 結果パネルの出力を確認します。
- ページに合う部分だけコピーします。
- 公開前にブラウザとホスティング環境で確認します。
主な用途
- 公開前の繰り返し作業を短くする。
- マークアップ、CSS、チェックリストを準備する。
- 静的サイトで見落としやすい小さなミスを減らす。