WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: JWAS and special characters pronunciation

for

From: Olaf Drümmer
Date: Jan 2, 2014 6:48AM


… sorry, I have to jump on here: ;-)

Am 2 Jan 2014 um 07:01 schrieb "Chagnon | PubCom" < <EMAIL REMOVED> >:

> Example: I have never been able to find a good reason why the PDF
> accessibility tag for lists is the generic <L>, while HTML defines 2 list
> tags, <UL> and <OL>. It's as if Adobe invented its own wheel rather than
> using HTML's perfectly good wheel. No additional value was added by
> switching to <L>, and the consequence to AT developers is that they now must
> write code to recognize all three variations of list tags.

the main reason probably is that HTML needs to be able to distinguish between ordered and unordered list, in order to create the proper bullets or numbering...

In PDF, all is said and done in this regard - the bullets or numbers or whatever are already part of the page content, no hint needed as to how to generate them. Rather the bullet or numbering is enclosed in a Lbl tag. BTW - this is much more flexible than HTML which may have to use (presentational) CSS hacks where PDF can actually remain more semantic ;-)


Those wishing to give a suitable hint to a tool repurposing the PDF into HTML are encouraged to use the ListNumbering attribute for the given list.



Olaf