From d793bd5896d967d5c48089eee526b39e1251d7a2 Mon Sep 17 00:00:00 2001 From: Ulrike Fischer Date: Thu, 16 Jan 2025 16:48:27 +0100 Subject: [PATCH] from review --- required/latex-lab/latex-lab-table.dtx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/required/latex-lab/latex-lab-table.dtx b/required/latex-lab/latex-lab-table.dtx index 78e255d52..3fe07b3f2 100644 --- a/required/latex-lab/latex-lab-table.dtx +++ b/required/latex-lab/latex-lab-table.dtx @@ -146,9 +146,10 @@ % is then treated more or less like running text. This works ok for simple tables using % only hmode-cells (l/c/r) with normal text content, but fails if the table uses vmode-cells % (p/m/b). In such cases the second option works better: it keeps the tagging code active, -% but adds an ARIA-role as attribute. When deriving to html this gives the best result +% but adds an ARIA-role as attribute to indicate that this is a presentation table. +% When deriving to html this gives the best result % as it keeps the layout. -% The last option changes the tag names and creates a number of DIV structures. +% The last option changes the tag names and creates simply a number of DIV structures. % Both options also % (re)set the \texttt{table/header-rows} and \texttt{table/header-columns} keys to empty. % @@ -234,7 +235,8 @@ % \item Not every table should be tagged as a Table structure, often they are % only used as layout help, e.g. to align authors in a title pages. In such uses % the tagging of the table must be deactivated with \verb|\tagpdfsetup{table/tagging=false}| -% or changed with \verb|\tagpdfsetup{table/tagging=presentation}|. +% or changed with \verb|\tagpdfsetup{table/tagging=presentation}| or +% \verb|\tagpdfsetup{table/tagging=div}|. % % \item Only simple header rows and columns are currently supported. Complex headers with % subheaders will be handled later as that needs some syntax changes. Tables