WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Lists without bullet or number characters

for

From: Chagnon | PubCom
Date: Aug 19, 2016 4:46PM


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 |
— — —

-----Original Message-----
From: WebAIM-Forum [mailto: <EMAIL REMOVED> ] On Behalf Of Patrick H. Lauke
Sent: Friday, August 19, 2016 6:23 PM
To: <EMAIL REMOVED>
Subject: Re: [WebAIM] Lists without bullet or number characters

On 19/08/2016 22:53, Chagnon | PubCom wrote:
> Is it compliant with WCAG and/or PDF/UA to have lists without bullet
> characters or numbers?

Why wouldn't it? What SC do you think this would violate?

P

>
>
> And if so, would they be tagged as:
>
>
>
> For WCAG,
>
> <ul>
>
> <li>
>
> <li>
>
> </ul>
>
>
>
> And for PDF/UA
>
> <L>
>
> <li>
>
> <li>
>
> (and without the <LBL> and <LBody> sub-tags?)
> --Bevi Chagnon

> - - -
>
> Bevi Chagnon | <http://www.pubcom.com/>; www.PubCom.com
>
> Technologists, Consultants, Trainers, Designers, and Developers
>
> for publishing & communication
>
> | Acrobat PDF | Print | EPUBS | Sec. 508 Accessibility |
>
> - - -