PDF Tagging Lists
Tagging a list in a PDF requires three compulsory tags. There is also an optional one, which will be described after the video. The three compulsory tags are:
- List tag -
<L>
- List item tag -
<LI>
- List body tag -
<LBody>
So it might look something like this:
<L>
<LI>
<LBody>
• List item text
The following video shows you how to tag a list correctly in a PDF.
00:00
If you prefer, you can also add in a label (<Lbl>
) tag before the list body tag, and put the bullet point (or number) inside that. I don't bother doing that though as it makes little difference to screen readers.