BETA release
L_10 Inline List correctly tagged
PDF136, PASSUse case(s): List
Last updated on November 20, 2025
Description
The objective of this technique is to show how to tag a list that occurs within a paragraph of text.
In this first paragraph the P tag contains, in addition to paragraph text, a list of items. The L tag is therefore a child of the P tag. As the list is unordered and does not include labels, it does not include a ListNumbering attribute.
In the second paragraph the ordered list requires a ListNumbering attribute set to LowerRoman.
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 #1 through #8 are all true.
Procedures
- Check that all fundamental techniques are followed.
- Check that all real content that the author intends as a list is tagged as a list.
- Check that list tags are not used when the author does not intend a list.
- Check that the substructures of all L tags are semantically appropriate (LI, Lbl, LBody).
- Check that the ListNumbering attribute on all L tags in ordered lists is correctly set to "Decimal", "UpperRoman", "LowerRoman", "UpperAlpha" or "LowerAlpha".
- If the ListNumbering attribute is used on one or more L tags in an unordered list, check that it is correctly set to "None", "Circle", "Disc" or "Square".
- For those list items that include nested lists, check that the nested list’s L tag is a child of the LBody of its containing list item.
- For inline lists, check that the Placement attribute is set at L, LI, Lbl and LBody to Inline.
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
09-001
09-002
09-005
16-001
16-002
16-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-L_10
NOTE: the “technique support finder” concept was introduced in January 2025; please allow time for adoption.
Related Techniques
-
PDF-F36 L_F06 List incorrectly tagged
All use cases
Visit the PDF Accessibility LWG’s public GihHub repo
List of All Techniques


