E-mail List Archives
Re: PDF structures
From: Metzessible
Date: Nov 18, 2017 10:00PM
- Next message: Roel Van Gils: "Re: Query about focus lost issue in mobile"
- Previous message: Concilio, Joan: "Re: conundrum with sufficient contrast on menu items"
- Next message in Thread: None
- Previous message in Thread: Chagnon | PubCom: "Re: PDF structures"
- View all messages in this Thread
To expand on what Bevi said (because I do have my copy handy *smile*):
According to 32000-1, lists are considered Block Level Structure Elements
(BLSE) in PDF, so nesting one inside the other would be a bit weird. A
Paragraph is considered a "low-level division of text". If you nest a list
inside a Paragraph, it will probably be flagged as incorrect usage in
something like CommonLook Validator (if you're doing QA with that tool),
but not sure how PAC 2.0 would look at it. For nested lists, you should
place them inside the <LBody> tag, which can also contain the <P> tag, or
other BLSE (per Table 336 in 32000-1).
Hope this helps,
Jon
On Fri, Nov 17, 2017 at 2:28 PM, Chagnon | PubCom < <EMAIL REMOVED> >
wrote:
> No, don't nest list <L> and its sub-tags inside a paragraph <P> tag.
> Provides no benefit to the user, and might also throw off A T.
>
> This is not XML, so don't over-engineer the tags in a PDF.
>
> Sequential tags work fine.
>
> --Bevi Chagnon
>
> PS: Don't have access to my copy of the full PDF / PDF/UA specifications,
> but nesting of <L> might not be allowed. But that's from memory at this
> point.
>
> â â â
> Bevi Chagnon | www.PubCom.com
> Technologists for Accessible Design and Publishing
> print â digital â web â documents â pdfs â epubs
> consulting â training â development â design â sec. 508 services
> â â â
>
>
>
>
>
- Next message: Roel Van Gils: "Re: Query about focus lost issue in mobile"
- Previous message: Concilio, Joan: "Re: conundrum with sufficient contrast on menu items"
- Next message in Thread: None
- Previous message in Thread: Chagnon | PubCom: "Re: PDF structures"
- View all messages in this Thread