Skip to main content
WCAGrules
Quick navigation

Label every field in your PDF forms

Every field in a PDF form needs a visible label on the page and a matching tooltip, because the tooltip is the label that assistive technology is actually attached to. W3C names it plainly. The TU entry of the field dictionary is the programmatically associated label, and Acrobat Pro exposes it as the Tooltip box in field properties. W3C publishes PDF10 as a sufficient technique, and it asks for both halves. The visible label has to sit correctly beside its control, and the tooltip has to carry the same words. Without the tooltip, a field is just "edit text".

How we find it in an audit

We tab through the whole form with a screen reader and listen to what each field announces. Fields that speak only their type, or an internal name like "Text27", fail. Then we check the tooltips in Acrobat's field properties, because a screen reader test on its own is not proof. Assistive technology falls back on heuristics and will often read nearby page text when no programmatic label exists, so a form can sound labeled and carry no TU entry anywhere in it.

How affected users experience it

Tabbing into an unlabeled field, the user hears "edit text" and nothing more. On a tax or loan form with forty fields, they are left inferring each field's purpose from whatever text the reading order happens to put nearby. People fill in the wrong boxes on documents where wrong answers have consequences.

Passes vs. fails

Passes: a label that stays put. Fails: placeholder-only fields.

Passes

Every field's tooltip matches its printed label, "Gross annual income in dollars", and the printed label sits directly above its box. A screen reader announces exactly that when the field takes focus.

Fails

A loan application's fields announce as "Text1" through "Text38". The borrower has to guess which edit box is income and which is existing debt.

How this gets tested

The W3C publishes test rules that define what a checker looks for here.

Other ways to satisfy this rule

52 guides on this site are filed under 1.3.1 Info and Relationships. W3C lists this one as sufficient for that rule when used for making information and relationships conveyed through presentation programmatically determinable, so the condition is part of the test rather than a footnote to it.

This guide is our interpretation of W3C technique PDF10: Providing labels for interactive form controls in PDF documents. W3C publishes its techniques as guidance rather than as the standard, and says so on every one of them. The success criterion is what conformance is measured against, and a technique is one documented way to meet it.

Go somewhere useful

Find tools, resources and your workspace.

29 destinations