PDF/UA-1 · CLAUSE 7.15
Form field is not accessible
The file uses dynamic XFA forms, or a widget annotation is not nested in a Form tag, or a form field has neither a TU tooltip nor an alternative description.
Why it matters
Screen reader users hear an unlabelled edit box with no idea what to type. Dynamic XFA forms are not accessible in most readers at all.
How to fix it
- Set a meaningful tooltip (TU) on every form field: this is what assistive technology announces as the field label.
- Ensure each widget annotation is nested inside a Form structure element.
- Convert dynamic XFA forms to standard AcroForms before publishing.
WCAG 3.3.2 Labels or Instructions (A)
WCAG 4.1.2 Name, Role, Value (A)
What the standard says
Dynamic XFA forms shall not be used
Check your own PDF
Validate a file against PDF/UA-1 and see whether this rule fails in your document.
curl -sS -X POST "https://api.ua1.dev/api/validate?format=compact&profile=ua1" \ -F "file=@document.pdf"