E-mail List Archives
Re: Lists without bullet or number characters
From: Chagnon | PubCom
Date: Aug 19, 2016 4:46PM
- Next message: Angela French: "Re: Org charts"
- Previous message: Patrick H. Lauke: "Re: Lists without bullet or number characters"
- Next message in Thread: Duff Johnson: "Re: Lists without bullet or number characters"
- Previous message in Thread: Patrick H. Lauke: "Re: Lists without bullet or number characters"
- View all messages in this Thread
Patrick L wrote: < Why wouldn't it? What SC do you think this would violate? >
Neither WCAG or PDF/UA mention this situation one way or the other. They reference only normal bulleted and numbered lists.
Since HTML coding doesn't specifically tag the actual bullet or number character, it's probably OK to not have a bullet or number character itself. The content will be understandable without them. Example:
In HTML
<UL>
<LI>
<LI>
</UL>
But with PDFs, there's only one <L> tag to apply to both ordered (numbered) or unordered (bulleted) lists. And PDF/UA standards (7.6) suggest subtags on the individual <LI> list items. Example:
<L>
<LI>
<Lbl> bullet or number character
<Lbody> item text
<LI> etc.
The <Lbl> tag surrounds the bullet or number character and annouces to the user the actual bullet or number.
So my original question, revised for clarify, is:
Is it compliant with WCAG and PDF/UA to not have visual (or announced) bullet or number characters in a list?
--Bevi Chagnon
â â â
Bevi Chagnon | www.PubCom.com
Technologists, Consultants, Trainers, Designers, and Developers
for publishing & communication
| Acrobat PDF | Print | EPUBS | Sec. 508 Accessibility |
â â â
- Next message: Angela French: "Re: Org charts"
- Previous message: Patrick H. Lauke: "Re: Lists without bullet or number characters"
- Next message in Thread: Duff Johnson: "Re: Lists without bullet or number characters"
- Previous message in Thread: Patrick H. Lauke: "Re: Lists without bullet or number characters"
- View all messages in this Thread