\setupinteraction[title=MyTitle,state=start]
\setupinteractionscreen[option={title}]
\setupbackend[
format={pdf/a-1a:2005},
profile={default_cmyk.icc,default_rgb.icc,default_gray.icc},
intent=ISO coated v2 300\letterpercent\space (ECI)]
%% Tagged PDF
%% method=auto ==> default tags by Adobe
\setupbackend[export=yes]
\setupstructure[state=start,method=auto]
\starttext
\chapter[chap:testing]{Testing}
Here is some text
\useURL[url1][https://xkcd.org][][Here is a link to xkcd]\from[url1]
\stoptext
On 7/27/2021 3:11 AM, Connor P. Jackson via ntg-context wrote:Hello ConTeXt friends,I am newly exploring ConTeXt in search of a better way to producePDF/UA-1 accessible and PDF/A compliant documents programmatically. Frommy early experiments, ConTeXt docs appear to fully satisfy the veraPDFvalidator, but Adobe Acrobat’s Accessibility Checker has three qualmswith ConTeXt-produced documents:1. The document is configured to display the file name rather than thetitle in the top of the window (DisplayDocTitle == True is what Ithink is required). See here<https://www.w3.org/TR/WCAG20-TECHS/PDF18.html>.
Does this work at your end?
\setupinteraction
[title=MyTitle,state=start]
\setupinteractionscreen
[option={title}]
\starttext
test
\stoptext2. "Tagged Annotations" fails, suggesting that the document’s links arenot properly tagged. I believe the issue is missing "Link - OBJR”(object reference) tags. See here<https://amp.levelaccess.net/public/standards/view_best_practice.php?violation_id=807>,here <https://www.w3.org/TR/WCAG20-TECHS/PDF11.html>, and here<http://verapdf.org>.3. "Tab Order" fails, I believe because ConTeXt does not specify thatthe tab order should follow the Document Structure, so Acrobat readsit as unspecified. See here<https://www.w3.org/TR/WCAG20-TECHS/PDF3.html>.Is there something I could be doing to correct these issues in myConTeXt documents? Or is this a change that would have to be made withinConTeXt itself? I know that Adobe is not the definitive arbiter of whatan “accessible” PDF looks like, but for many organizations, passing theAcrobat accessibility checker is a prerequisite, so it seems worthwhileto me to make ConTeXt capable of it.Most fo this is rather trivial but we need examples (mwe) and expected
result (in only have an old acrobat x pro and the latest reader, so
maybe i can't check all the latest greatest fancy features).
Hans
-----------------------------------------------------------------
Hans Hagen | PRAGMA ADE
Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------