[Ally]: cannot see title with A-4F standard #1312
Answered
by
josephwright
teepeemm
asked this question in
Issues with accessibility checkers and other AT software
|
Ally reports that the following \DocumentMetadata{
lang=en,
tagging=on,
pdfstandard={ua-2,a-4f},
tagging-setup={math/setup={mathml-AF,mathml-SE}}
}
\documentclass{article}
\title{Title}
\begin{document}
\maketitle
content
\end{document}"does not have a title". VeraPDF reports that it is compliant with UA-2 and A-4F. |
Answered by
josephwright
Apr 14, 2026
Replies: 2 comments
|
Ally is looking for DocInfo, and that's explicitly forbidden with A-4f so is suppressed. So the result is not really a surprise. |
0 replies
Answer selected by
FrankMittelbach
|
none of them are really surprises ... but wrong |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ally is looking for DocInfo, and that's explicitly forbidden with A-4f so is suppressed. So the result is not really a surprise.