diff --git a/experiments/pactests/tableattributes.pdf b/experiments/pactests/tableattributes.pdf new file mode 100644 index 0000000..023afd3 Binary files /dev/null and b/experiments/pactests/tableattributes.pdf differ diff --git a/experiments/pactests/tableattributes.tex b/experiments/pactests/tableattributes.tex new file mode 100644 index 0000000..9e758ac --- /dev/null +++ b/experiments/pactests/tableattributes.tex @@ -0,0 +1,39 @@ +\DocumentMetadata{lang=en,uncompress,pdfversion=1.7,pdfstandard=ua-1,testphase={phase-III,table,title}} +\documentclass{article} +\title{A test} +%2024-06-06 +%PAC errors on the first table and claims that the scope is missing (which is in the /C ) +\begin{document} +\tagpdfsetup{para/tagging=false} +\tagstructbegin{tag=Table} +\tagstructbegin{tag=TR} +\tagstructbegin{tag=TH,attribute-class=TH-col} +\tagmcbegin{}Header\tagmcend +\tagstructend +\tagstructend + +\tagstructbegin{tag=TR} +\tagstructbegin{tag=TD} +\tagmcbegin{}data\tagmcend +\tagstructend +\tagstructend +\tagstructend + + + +\bigskip +\tagstructbegin{tag=Table} +\tagstructbegin{tag=TR} +\tagstructbegin{tag=TH,attribute=TH-col} +\tagmcbegin{}Header\tagmcend +\tagstructend +\tagstructend + +\tagstructbegin{tag=TR} +\tagstructbegin{tag=TD} +\tagmcbegin{}data\tagmcend +\tagstructend +\tagstructend +\tagstructend + +\end{document} \ No newline at end of file