Copy link to clipboard
Copied
I am setting up my first "accessible" document in InDesign; I understand that before I can start Export Tagging, I must first assign a hierarchy (h1, h2, body text, etc) in Paragraph Styles. However, my document contains headings which vary somewhat depending on context: one will contain paragraph spacing after a previous paragraph, some are part of a numbered list, and so on.
How do I assign them all as h1 for assistive technology without InDesign making them all the same (either all with a numbered list when I don't want it, or with different spacing assigned to it)?
I feel I'm missing a very basic bit of information, yet I can't seem to locate it anywhere in the Support Community. Thank you for any assistance you can provide!
From the paragraph styles panel, select each style and export tagging, and map to H1
And the result in Acrobat
Copy link to clipboard
Copied
From the paragraph styles panel, select each style and export tagging, and map to H1
Copy link to clipboard
Copied
And the result in Acrobat
Copy link to clipboard
Copied
As @Jeffrey_Smith shows, you can have different formatting styles mapped to the same tag in the PDF.
For example, in my classes I show students that they might have a "regular" <H2> for subheads in the main story, but also might want the heading for a sidebar to have an <H2> in the PDF as well. They make 2 different formatting styles in InDesign, but map both of them to <H2>.
I'm more concerned about how you're drawing your conclusions:
I'll be the first to admit that the PDF/UA-1 standard doesn't give clear enough direction on how to use heading tags or deal with the document's title. After all, there isn't a <Title> tag in the standard, so we can't use it in our PDFs. That leaves us with using <H1> for the title, which coordinates with traditional, pre-digital publishing standards (says this former hot-metal typesetter).
At this time -- as PDF/UA-1 is the current standard -- we recommend reserving <H1> for the document's title, and subsequent descending headings as <H2> through <H6> in a logical order. And PDF/UA-1 does not allow the skipping of heading levels: can't go from <H1> to <H3>, for example.
Remember, this is all interpretation of a murky part of the standard, so YMMV (your mileage may vary). All of us experts come up with our unique interpretations.
In a future version of the standard, PDF/UA-2, there might be some clarifications on titles and headings, but that version of the standard is in development and won't be available for a few more years.
—Bevi
(Delegate to the ISO committee for PDF/UA standards)
Copy link to clipboard
Copied
As I understand it, PDF 2.0 will have the 'Title' attribute.
That said, I do use a few variations in style that share the H3 tag. But anyway, make sure you always have a logical structure: so H1, H2, H3 etc. Do not 'skip', so going from H1 to H3 without having a H2 in between is not allowed. You can 'repeat' however, like H1, H2, H2, H3 etc. and then 'restart' with H1.
Note that some readers (VIP Reader, HTML rendering in a reader etc.) use the H tags to render text differently to make the structure more clear to readers.
Copy link to clipboard
Copied
Yes, Frans, PDF 2.0 does have the <Title> tag.
But PDF is not PDF/UA.
PDF 2.0 is the master "umbrella" PDF standard for all kinds of PDFs, including PDF/A (archival), PDF/E (engineering), PDF/X (print & graphic arts), PDF/UA (universal accessibility) and more subsets. These subsets define how to use PDF for different purposes and uses.
Our future PDF/UA -2 subset standard will most likely define how to use the new <Title> tag, but that's not a given until the new standard is released and approved by the ISO.
Until it does, PDF/UA-1 is still the version that is in force today; therefore using the <Title> tag is not compliant with the current standard, and it won't do anyone any good because AT (assistive technologies) haven't been developed to recognize and process the <Title> tag, or anything else with PDF/UA-2.
Don't jump the gun on standards. If it's not in the current standard, don't use it. See https://www.iso.org/standard/64599.html about the ISO's statement re: review, "This standard was last reviewed and confirmed in 2020. Therefore this version remains current."
Copy link to clipboard
Copied
Yes Bevi, I know all that.
Copy link to clipboard
Copied
Yep, I know you know that, Frans!
Was written for the original poster and others who read this thread who might not understand accessibility tags as well as you do.
<Heart> to Frans!
Copy link to clipboard
Copied
Right, I took it as adressed to me as I mentioned 'Title' ;-;
Sorry, should have realized.
By the way: do you use CommonLook Validator? Windows only, free, but it has different protocols to check for, here in the Netherlands WCAG2.1. Goal is 'zero fails' 😉 Goes even beyond PAC3, but keeps flagging radio Buttons for having the same name, which of course, they have otherwise they would not function as Radio Buttons, still trying to get my head around that message from CommonLook...
Copy link to clipboard
Copied
Hello, this post is now 4 years old. Can you tell me if updates have been made to the compliance standards? Is the Title tag attributes now in effect? Also, is it allowed to have numerous H2's, H3's, etc., or can there only be one version in the paragraph styles of each heading?
Copy link to clipboard
Copied
For now, our best advice is to tag your title as <H1>. The new PDF/UA-2 standard is still not released by the ISO and I have no idea if and when it will become public. Additionally, once it is made public, it will take a couple of years for assistive technologies to incorporate it into their products. My best guess: use <H1> for the next 2-4 years.
You can have multiple <H1>s in a PDF, but end users tend to prefer having only 1 for now until we have an official useable <Title> tag in the future. So we recommend using it for the cover title, and possibly for titles of major sections, such as chapters in a book.
It isn't wrong to use H1 more than once, but by doing so you can make it a bit more difficult for screen reader users to figure out what's what.
Hope this helps.
Copy link to clipboard
Copied
Thanks very much! Totally helps!
Copy link to clipboard
Copied
Glad to help!