Document Title

Field: Accessibility Ā· Also called: Title metadata, PDF Title

In document accessibility, the document title is the title stored in a file’s metadata (for a PDF, the Title entry in the document information dictionary) that viewers and assistive technology present to identify the document. WCAG 2.1 Success Criterion 2.4.2 requires that it describe the document’s topic or purpose.

Requirement

WCAG 2.1 Success Criterion 2.4.2, Page Titled (Level A), states: “Web pages have titles that describe topic or purpose.” Documents published as web content fall under it. W3C technique PDF18 describes meeting it for PDF files by setting the Title entry in the document information dictionary.

Distinctions

  • Title vs. filename. The filename (e.g., smithvgr.wpd) is not the title. When no title is set, many viewers display the filename instead, and a screen reader may read it aloud.
  • Title vs. Subject. Older word processors, including WordPerfect 6.0a, had a Subject field but no Title field. Subject can be a reasonable source for a missing title when it is uniquely descriptive.
  • Present vs. descriptive. A title can be present but still fail to describe the document, such as “Report” or a default filename stamped in by a print-to-PDF step.
  • Unique vs. duplicated. Across a document collection, many files can share one identical title. Rietta’s articles argue that identically titled documents are not compliant, because a screen reader user cannot tell them apart; see the articles listed below. For analysis across a whole collection, see Document Corpus (Accessibility).

Sources

See also

Go deeper

Articles