[latex3-commits] [latex3/latex2e] latex-lab/uf-review-05: change from raster to presentation (as in ARIA) (070f8ae7)

github at latex-project.org github at latex-project.org
Sun Feb 11 17:12:19 CET 2024


Repository : https://github.com/latex3/latex2e
On branch  : latex-lab/uf-review-05
Link       : https://github.com/latex3/latex2e/commit/070f8ae7df0eb212e2fee6f99ed0c3fd51522169

>---------------------------------------------------------------

commit 070f8ae7df0eb212e2fee6f99ed0c3fd51522169
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Sun Feb 11 17:12:19 2024 +0100

    change from raster to presentation (as in ARIA)


>---------------------------------------------------------------

070f8ae7df0eb212e2fee6f99ed0c3fd51522169
 required/latex-lab/latex-lab-table.dtx                         | 10 +++++-----
 .../latex-lab/testfiles-table-pdftex/table-008-disable.lvt     |  2 +-
 .../testfiles-table-pdftex/table-019-deprecated-keys.lvt       |  2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/required/latex-lab/latex-lab-table.dtx b/required/latex-lab/latex-lab-table.dtx
index 468fda37..febfecf0 100644
--- a/required/latex-lab/latex-lab-table.dtx
+++ b/required/latex-lab/latex-lab-table.dtx
@@ -115,12 +115,12 @@
 % Such tables can be nested. 
 %
 % If a table should not be tagged as table, for example because it is merely used
-% to ensure that the content is layout as a raster 
+% as a layout to ensure that the content is properly aligned
 % or because it is a not yet (fully) supported table structure, 
 % the tagging can be disabled with
-% \verb|\tagpdfsetup{table/tagging=false}| or with \verb|\tagpdfsetup{table/tagging=raster}|.%
+% \verb|\tagpdfsetup{table/tagging=false}| or with \verb|\tagpdfsetup{table/tagging=presentation}|%
 % \footnote{The key has been renamed. The old name `table-tagging` still works but is 
-% deprecated.}
+% deprecated. The value \texttt{presentation} refers to the ARIA role \enquote{presentation}.}
 % The first option disables the table tagging code and he content of the tabular
 % 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
@@ -203,7 +203,7 @@
 % \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 \verb|\tagpdfsetup{table/tagging=raster}|.
+% or \verb|\tagpdfsetup{table/tagging=presentation}|.
 %
 % \item Only simple header rows are currently supported. Columns and complex headers with
 % subheaders will be handled later as that needs some syntax changes. Tables
@@ -876,7 +876,7 @@
     table/tagging .choices:nn = { false, off }
       { \__tag_tbl_disable: },
     table/tagging .choice:,
-    table/tagging / raster .code:n = 
+    table/tagging / presentation .code:n = 
      {
        \__tag_tbl_enable:
        \tl_set:Nn\l_@@_rowtag_tl   {NonStruct}
diff --git a/required/latex-lab/testfiles-table-pdftex/table-008-disable.lvt b/required/latex-lab/testfiles-table-pdftex/table-008-disable.lvt
index 591bfc73..6e08e72f 100644
--- a/required/latex-lab/testfiles-table-pdftex/table-008-disable.lvt
+++ b/required/latex-lab/testfiles-table-pdftex/table-008-disable.lvt
@@ -11,7 +11,7 @@ no tagging {
 }
 
 layout tagging {
- \tagpdfsetup{table/tagging=raster}
+ \tagpdfsetup{table/tagging=presentation}
  \begin{tabular}{p{1cm}ll}a&b\\c&d & e \end{tabular}
 }
 
diff --git a/required/latex-lab/testfiles-table-pdftex/table-019-deprecated-keys.lvt b/required/latex-lab/testfiles-table-pdftex/table-019-deprecated-keys.lvt
index a828d24a..495296af 100644
--- a/required/latex-lab/testfiles-table-pdftex/table-019-deprecated-keys.lvt
+++ b/required/latex-lab/testfiles-table-pdftex/table-019-deprecated-keys.lvt
@@ -4,7 +4,7 @@
 \begin{document}
 \START
 \tagpdfsetup{table-tagging=false}
-\tagpdfsetup{table-tagging=raster}
+\tagpdfsetup{table-tagging=presentation}
 \tagpdfsetup{table-tagging=true}
 \tagpdfsetup{table-tagging=true}
 \tagpdfsetup{table-header-rows=2}





More information about the latex3-commits mailing list.