latex3 / tagging-project

Issues related to the tagging project
https://latex3.github.io/tagging-project/
LaTeX Project Public License v1.3c
23 stars 5 forks source link

faulty mc-nesting if float is inside a paragraph #46

Open u-fischer opened 6 months ago

u-fischer commented 6 months ago
\DocumentMetadata{testphase={phase-III}}
\documentclass{article}
\begin{document}
Text.
\begin{table}
Table
\end{table}
\end{document}

gives

Package tagpdf Warning: nested marked content found - mcid 1

After adding an empty line before the float it disappears.