Open
Description
It appears that ocgbase.sty (required by media9.sty) is creating a "Widget" annotation at the top left corner of every page in the pdf.
\DocumentMetadata{
lang = en,
pdfversion = 1.7,
pdfstandard = ua-2,
pdfstandard = a-4,
testphase = latest
}
\documentclass{article}
\usepackage{media9}
\title{My Title}
\begin{document}
\thispagestyle{empty}
Some text
\end{document}
PDF Accessibility Checker then complains "Widget" annotation not nested inside a "Form" structure element
.
Something that confuses me is if I cp $(kpsewhich media9.sty) mymedia9.sty
and cp $(kpsewhich ocgbase.sty) myocgbase.sty
and then change the former to \RequirePackage{myocgbase}
, then the annotations go away.
Metadata
Metadata
Assignees
Labels
No labels