We are working on a project to enhance LaTeX so that it can produce tagged pdf.
https://www.latex-project.org/news/2020/11/30/tagged-pdf-FS-study/
For a tabular this means that one need to add commands quite similar to html-table commands to cells and rows.
So to successfully tag a tabular, one needs at least
- places to inject tagging code at the begin and end of a cell and of a row (at the end even if the row it not fully filled)
- a way to identify header rows and header columns as the code is different there.
- a way to mark decorative elements like lines as "artifacts".
The code for the cells and rows should at best have access to data like the current row/column number.
It would be nice if tabularray would add suitable hooks for this.
We are working on a project to enhance LaTeX so that it can produce tagged pdf.
https://www.latex-project.org/news/2020/11/30/tagged-pdf-FS-study/
For a tabular this means that one need to add commands quite similar to html-table commands to cells and rows.
So to successfully tag a tabular, one needs at least
The code for the cells and rows should at best have access to data like the current row/column number.
It would be nice if tabularray would add suitable hooks for this.