BETA release
H_F07 Both title and top level headings incorrectly tagged as H1
PDF-F29, FAILUse case(s): Headings
Last updated on April 21, 2025
Description
This example demonstrates a failure condition in which both the document’s title and main section headings are all tagged as H1. This is incorrect, as the document’s title is not part of the heading hierarchy.
PDF/UA-1 requires the first heading in a document to be an H1 and that heading levels are not skipped. It allows multiple H1 headings in a document.
If a title is tagged as H1, however, the main section headings must be tagged as H2.
Download(s)
These minimal examples are designed to express a single Technique. Effective use requires software that supports Tagged PDF.
Test(s)
Expected Results
Checks #3, #6, and #8 are false.
Procedures
- Check that all fundamental techniques are followed.
- Check that all real content that the author intends as a heading is tagged as a heading.
- Check that heading tags are not used when the author does not intend a heading.
- Check that either:
- only Hn tags are used, or
- only appropriately-nested H tags are used.
- Check that the first Hn tag, if any, is an H1.
- Check that the heading levels are appropriate to the content hierarchy of the document.
- Check that the title of the document has been tagged in a Title tag, or another appropriate tag.
- Check that, if the document’s title is tagged as (or role mapped to) H1, the main section headings are tagged as (or role mapped to) H2.
Application to WCAG 2.x
This Technique addresses the following WCAG 2.x Success Critieria:
Matterhorn Protocol
The Matterhorn Protocol 1.1 provides an algorithm for conformance with PDF/UA-1. Matterhorn checkpoint(s) (human or machine) relevant to this use-case:
01-006
02-001
02-002
09-003
14-001
14-002
14-003
Accessibility Technique Support Finder
Accessibility Technique Support Finders allows you to quickly locate software and services that claim to support a given Technique. Simply search the internet with a given technique’s finder together with the name of your product.
The technique finder for this Technique is: UA1_Tpdf-H_F07
NOTE: the “technique support finder” concept was introduced in January 2025; please allow time for adoption.

Related Techniques
All use cases
Visit the PDF Accessibility LWG’s public GihHub repo
List of All Techniques