• Success Criterion 2.4.2
  • Conformance level A

Single-Page App Title That Never Updates Between Views

2.4.2 — Page Titled

Scenario

Setting

A job board's application form

What’s wrong

single-page app route changes never updating document.title (all views share the initial title).

Example

Here's what happens on a job board's application form: single-page app route changes never updating document.title (all views share the initial title).

Why it matters

Screen-reader users who hear the title first, and anyone managing many tabs. On a job board's application form, this barrier means they can't navigate the content by its real structure.

How to test

Navigate between views in a single-page app without a full reload: check whether the tab title updates for each — if it stays the same as the initial load, it fails.

How to fix

Every page/view must have a unique, descriptive title identifying its content, updated on in-app navigation.

Outcome

Corrected, a job board's application form now lets a visitor understand how the page is organized.

Who is affected

Screen-reader users who hear the title first, and anyone managing many tabs.

Learn more