0Pricing
Web Accessibility Academy · レッスン

耳でページのアウトラインを監査する

スクリーンリーダーで露呈する壊れた構造を見つけます。

「耳でページのアウトラインを監査する」はCoddyKit上の無料Web Accessibility Academyレッスンです。 これはレッスン4/4です。 下記で完全なレッスンを無料で読むことができます。その後、ブラウザ内の組み込みコードエディタと24時間対応のAIチューターでハンズオン演習できます。 これはWeb Accessibility Academy学習パスの一部であり、ウェブとCoddyKitアプリ全体で進捗が同期されます。 Web Accessibility Academyコースには全4レッスンが含まれています。

このレッスンの一部はまだ翻訳されておらず、英語で表示されています。

Listen to Your Structure

An outline audit means checking headings the way a screen reader exposes them, ignoring visual styling entirely. 👂

Strip Away the Styles

Forget colors and fonts. A clean outline should read as a sensible nested list of section titles, even with no CSS at all.

Read Only the Headings

Pull out just your headings in order. If that list alone summarizes the page, your structure is doing its job well.

Check the One h1

First, confirm there is exactly one h1 that names the page. A missing or duplicate h1 is the most common outline flaw.

Hunt for Skips

Walk the levels and watch for a skip, like h2 jumping to h4. Each downward jump should move by exactly one level.

Spot the Fakes

Look for bold text that should be a heading but is a styled div. These hidden gaps leave screen reader users with no signpost.

Use the Inspector

Browser dev tools and extensions can show an outline view. They list your real headings and flag skipped or missing levels.

Try a Real Screen Reader

Open the headings list in NVDA or VoiceOver. Hearing your own page read aloud reveals confusion no diagram will. 🔊

Watch for Empty Headings

An empty heading with only an icon reads as nothing and clutters the list. Give every heading real, meaningful text.

Judge the Wording

Vague headings like More fail the ear test. Out of context, each one should still tell a user what that section covers.

Make It a Habit

Run a quick outline check on every page before shipping. A two-minute pass catches structure bugs that frustrate users daily.

Quick Check

While auditing, which finding signals a broken heading outline?

Recap

You learned to audit by ear: confirm one h1, catch skipped levels, expose fake headings, and verify wording with a real screen reader. ✅

よくある質問

「耳でページのアウトラインを監査する」レッスンは無料ですか?

はい。「耳でページのアウトラインを監査する」の完全なテキストはこのウェブで無料で読めます。インタラクティブに演習し(組み込みコードエディタと24時間対応のAIチューター)、Web Accessibility Academyコースの残りをアンロックするには、CoddyKit PROにアップグレードしてください。 Web Accessibility Academyコースには全4レッスンが含まれています。

「耳でページのアウトラインを監査する」で何を学びますか?

スクリーンリーダーで露呈する壊れた構造を見つけます。 ブラウザで直接実行するハンズオンコードでWeb Accessibility Academyを演習し、24時間対応のAIチューターがレッスンを進める中での質問に答えます。

Web Accessibility Academyを始めるのに経験は必要ですか?

事前経験は必要ありません。CoddyKitのWeb Accessibility Academyは初級者から上級者向けに構成されているため、ここから始めるか最初から始めて、自分のペースで進むことができます。 これはレッスン4/4です。

「耳でページのアウトラインを監査する」レッスンにはどのくらい時間がかかりますか?

ほとんどのCoddyKitレッスンは約5~10分かかります。各レッスンはコンパクトでインタラクティブなので、着実に進歩し、ウェブとアプリ全体で正確に前回の場所から再開できます。

このWeb Accessibility Academyレッスンでコードを書いて実行できますか?

はい。すべてのWeb Accessibility Academyレッスンに組み込みコードエディタが含まれているため、ブラウザでリアルコードを書いて実行し、即座のAIフィードバックを取得できます。ローカル設定は不要です。

このコースのすべてのレッスン

  1. 1ページにh1は1つ:主要トピックに名前を付ける
  2. 飛ばさずに見出しレベルを入れ子にする
  3. 見出しは大きな文字ではなくナビゲーション
  4. 耳でページのアウトラインを監査する
← Web Accessibility Academyに戻る