• Success Criterion 2.4.2
  • Conformance level A

PDF Published With No Document Title Set

2.4.2 — Page Titled

Scenario

Setting

A webinar platform's registration form

What’s wrong

PDFs without a Title entry (or showing filename) when served as web pages.

Example

<title></title>

Why it matters

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

How to test

Open the PDF's document properties (File > Properties in Acrobat): if the Title field is empty and the browser shows the filename instead, it fails.

How to fix

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

<title>Checkout — Step 2 of 3: Shipping — Acme Store</title>

A descriptive, unique title lets users identify and switch between tabs or windows without guessing.

Outcome

On a webinar platform's registration form, this barrier is gone for screen-reader users who hear the title first — they reach the same outcome without extra effort.

Who is affected

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

Learn more