The \shabox command from the shadow package errors if the text spans more than one line. The tagging of the box should also probably be suppressed.
\DocumentMetadata
{
lang=en-US,
pdfversion=2.0,
pdfstandard=ua-2,
testphase={phase-III,math,title,table,firstaid},
}
\documentclass{article}
\usepackage{shadow}
\title{shadow tagging test}
\begin{document}
\shabox{text}
\shabox{a long sentence a long sentence a long sentence a long sentence a long sentence a long sentence a long sentence}
\end{document}
errors with
! Package tagpdf Error: The number of automatic begin (3) and end (2)
(tagpdf) text-unit para hooks differ!
The
\shabox
command from the shadow package errors if the text spans more than one line. The tagging of the box should also probably be suppressed.errors with