From 1fd943fa75135808f5ca8cba73a31a2c6255d167 Mon Sep 17 00:00:00 2001 From: TST_Zak Date: Tue, 18 Aug 2026 08:31:43 -0500 Subject: [PATCH 1/3] Initial import of export 7 tables --- pdf-aam/index.html | 339 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 339 insertions(+) diff --git a/pdf-aam/index.html b/pdf-aam/index.html index 349939224..642951b17 100644 --- a/pdf-aam/index.html +++ b/pdf-aam/index.html @@ -1070,6 +1070,345 @@

Sub

+ +

`Table`

+ + + + + + + + + + + + + + + + + + + + +
PDF SpecificationISO 32000-2:2020, 14.8.4.8.3 Table structure types, Table 371
ARIA SpecificationRole: `table`
Analogous HTML ElementRole: `table`
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes:
+ +

`TR`

+ + + + + + + + + + + + + + + + + + + + +
PDF SpecificationISO 32000-2:2020, 14.8.4.8.3 Table structure types, Table 371
ARIA SpecificationRole: `row not inside treegrid`
Analogous HTML ElementRole: `tr`
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes:
+ +

`TH` (`Scope` = `Column` and `Headers` array not set)

+ + + + + + + + + + + + + + + + + + + + +
PDF SpecificationISO 32000-2:2020, 14.8.4.8.3 Table structure types, Table 371
ARIA SpecificationRole: `columnheader`
Analogous HTML ElementRole: `th` (is a column header or column group header)
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes:
+ +

`TH` (`Scope` = `Row` and `Headers` array not set)

+ + + + + + + + + + + + + + + + + + + + +
PDF SpecificationISO 32000-2:2020, 14.8.4.8.3 Table structure types, Table 371
ARIA SpecificationRole: `rowheader`
Analogous HTML ElementRole: `th`  (is a row header or row group header)
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes:
+ +

`TH` (`Scope` = `Both` and `Headers` array not set)

+ + + + + + + + + + + + + + + + + + + + +
PDF SpecificationISO 32000-2:2020, 14.8.4.8.3 Table structure types, Table 371
ARIA SpecificationTBD
Analogous HTML ElementTBD
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes:Expose the TH to both row and column navigation for cells within the scope
+ +

`TH` (`Scope` is not set and `Headers` array is set)

+ + + + + + + + + + + + + + + + + + + + +
PDF SpecificationISO 32000-2:2020, 14.8.4.8.3 Table structure types, Table 371
ARIA SpecificationRole: `cell`
Analogous HTML ElementRole: `th`
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes:Note from PDFa: HTML uses `Headers` array / IDs for `TH` and `TD`
+ +

`TH` (`Scope` = `Both` and `Headers` array is set)

+ + + + + + + + + + + + + + + + + + + + +
PDF SpecificationISO 32000-2:2020, 14.8.4.8.3 Table structure types, Table 371
ARIA SpecificationTBD
Analogous HTML ElementUse WAI-ARIA mapping
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes:
+ +

`TD`

+ + + + + + + + + + + + + + + + + + + + +
PDF SpecificationISO 32000-2:2020, 14.8.4.8.3 Table structure types, Table 371
ARIA SpecificationRole: `cell`
Analogous HTML ElementRole: `td`
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes:
+ +

`THead`

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PDF SpecificationISO 32000-2:2020, 14.8.4.8.3 Table structure types, Table 371
ARIA SpecificationRole: `rowgroup`
Analogous HTML ElementRole: `thead`
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes:
+ +

`TBody`

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PDF SpecificationISO 32000-2:2020, 14.8.4.8.3 Table structure types, Table 371
ARIA SpecificationRole: `rowgroup`
Analogous HTML ElementRole: `tbody`
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes:
+ +

`TFoot`

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PDF SpecificationISO 32000-2:2020, 14.8.4.8.3 Table structure types, Table 371
ARIA SpecificationRole: `rowgroup`
Analogous HTML ElementRole: `tfoot`
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes:
+ + +

`Caption` (child of `Table`)

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PDF SpecificationISO 32000-2:2020, 14.8.4.8.4 Caption structure type, Table 372
ARIA SpecificationRole: `caption`
Analogous HTML ElementUse WAI-ARIA mapping
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes:Note from PDFa: If a descendant of a `Table`, the first instance of a `Caption` will provide the `Table` its accessible name.
+ +
From c5928493c28991c1b104df954964da01ba32f217 Mon Sep 17 00:00:00 2001 From: TST_Zak Date: Tue, 18 Aug 2026 08:36:59 -0500 Subject: [PATCH 2/3] normalize tabs to spaces --- pdf-aam/index.html | 672 ++++++++++++++++++++++----------------------- 1 file changed, 336 insertions(+), 336 deletions(-) diff --git a/pdf-aam/index.html b/pdf-aam/index.html index 642951b17..ff1acb1a6 100644 --- a/pdf-aam/index.html +++ b/pdf-aam/index.html @@ -1071,342 +1071,342 @@

Sub

-

`Table`

- - - - - - - - - - - - - - - - - - - - -
PDF SpecificationISO 32000-2:2020, 14.8.4.8.3 Table structure types, Table 371
ARIA SpecificationRole: `table`
Analogous HTML ElementRole: `table`
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes:
- -

`TR`

- - - - - - - - - - - - - - - - - - - - -
PDF SpecificationISO 32000-2:2020, 14.8.4.8.3 Table structure types, Table 371
ARIA SpecificationRole: `row not inside treegrid`
Analogous HTML ElementRole: `tr`
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes:
- -

`TH` (`Scope` = `Column` and `Headers` array not set)

- - - - - - - - - - - - - - - - - - - - -
PDF SpecificationISO 32000-2:2020, 14.8.4.8.3 Table structure types, Table 371
ARIA SpecificationRole: `columnheader`
Analogous HTML ElementRole: `th` (is a column header or column group header)
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes:
- -

`TH` (`Scope` = `Row` and `Headers` array not set)

- - - - - - - - - - - - - - - - - - - - -
PDF SpecificationISO 32000-2:2020, 14.8.4.8.3 Table structure types, Table 371
ARIA SpecificationRole: `rowheader`
Analogous HTML ElementRole: `th`  (is a row header or row group header)
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes:
- -

`TH` (`Scope` = `Both` and `Headers` array not set)

- - - - - - - - - - - - - - - - - - - - -
PDF SpecificationISO 32000-2:2020, 14.8.4.8.3 Table structure types, Table 371
ARIA SpecificationTBD
Analogous HTML ElementTBD
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes:Expose the TH to both row and column navigation for cells within the scope
- -

`TH` (`Scope` is not set and `Headers` array is set)

- - - - - - - - - - - - - - - - - - - - -
PDF SpecificationISO 32000-2:2020, 14.8.4.8.3 Table structure types, Table 371
ARIA SpecificationRole: `cell`
Analogous HTML ElementRole: `th`
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes:Note from PDFa: HTML uses `Headers` array / IDs for `TH` and `TD`
- -

`TH` (`Scope` = `Both` and `Headers` array is set)

- - - - - - - - - - - - - - - - - - - - -
PDF SpecificationISO 32000-2:2020, 14.8.4.8.3 Table structure types, Table 371
ARIA SpecificationTBD
Analogous HTML ElementUse WAI-ARIA mapping
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes:
- -

`TD`

- - - - - - - - - - - - - - - - - - - - -
PDF SpecificationISO 32000-2:2020, 14.8.4.8.3 Table structure types, Table 371
ARIA SpecificationRole: `cell`
Analogous HTML ElementRole: `td`
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes:
- -

`THead`

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PDF SpecificationISO 32000-2:2020, 14.8.4.8.3 Table structure types, Table 371
ARIA SpecificationRole: `rowgroup`
Analogous HTML ElementRole: `thead`
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes:
- -

`TBody`

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PDF SpecificationISO 32000-2:2020, 14.8.4.8.3 Table structure types, Table 371
ARIA SpecificationRole: `rowgroup`
Analogous HTML ElementRole: `tbody`
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes:
- -

`TFoot`

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PDF SpecificationISO 32000-2:2020, 14.8.4.8.3 Table structure types, Table 371
ARIA SpecificationRole: `rowgroup`
Analogous HTML ElementRole: `tfoot`
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes:
- - -

`Caption` (child of `Table`)

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PDF SpecificationISO 32000-2:2020, 14.8.4.8.4 Caption structure type, Table 372
ARIA SpecificationRole: `caption`
Analogous HTML ElementUse WAI-ARIA mapping
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes:Note from PDFa: If a descendant of a `Table`, the first instance of a `Caption` will provide the `Table` its accessible name.
+

`Table`

+ + + + + + + + + + + + + + + + + + + + +
PDF SpecificationISO 32000-2:2020, 14.8.4.8.3 Table structure types, Table 371
ARIA SpecificationRole: `table`
Analogous HTML ElementRole: `table`
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes:
+ +

`TR`

+ + + + + + + + + + + + + + + + + + + + +
PDF SpecificationISO 32000-2:2020, 14.8.4.8.3 Table structure types, Table 371
ARIA SpecificationRole: `row not inside treegrid`
Analogous HTML ElementRole: `tr`
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes:
+ +

`TH` (`Scope` = `Column` and `Headers` array not set)

+ + + + + + + + + + + + + + + + + + + + +
PDF SpecificationISO 32000-2:2020, 14.8.4.8.3 Table structure types, Table 371
ARIA SpecificationRole: `columnheader`
Analogous HTML ElementRole: `th` (is a column header or column group header)
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes:
+ +

`TH` (`Scope` = `Row` and `Headers` array not set)

+ + + + + + + + + + + + + + + + + + + + +
PDF SpecificationISO 32000-2:2020, 14.8.4.8.3 Table structure types, Table 371
ARIA SpecificationRole: `rowheader`
Analogous HTML ElementRole: `th`  (is a row header or row group header)
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes:
+ +

`TH` (`Scope` = `Both` and `Headers` array not set)

+ + + + + + + + + + + + + + + + + + + + +
PDF SpecificationISO 32000-2:2020, 14.8.4.8.3 Table structure types, Table 371
ARIA SpecificationTBD
Analogous HTML ElementTBD
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes:Expose the TH to both row and column navigation for cells within the scope
+ +

`TH` (`Scope` is not set and `Headers` array is set)

+ + + + + + + + + + + + + + + + + + + + +
PDF SpecificationISO 32000-2:2020, 14.8.4.8.3 Table structure types, Table 371
ARIA SpecificationRole: `cell`
Analogous HTML ElementRole: `th`
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes:Note from PDFa: HTML uses `Headers` array / IDs for `TH` and `TD`
+ +

`TH` (`Scope` = `Both` and `Headers` array is set)

+ + + + + + + + + + + + + + + + + + + + +
PDF SpecificationISO 32000-2:2020, 14.8.4.8.3 Table structure types, Table 371
ARIA SpecificationTBD
Analogous HTML ElementUse WAI-ARIA mapping
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes:
+ +

`TD`

+ + + + + + + + + + + + + + + + + + + + +
PDF SpecificationISO 32000-2:2020, 14.8.4.8.3 Table structure types, Table 371
ARIA SpecificationRole: `cell`
Analogous HTML ElementRole: `td`
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes:
+ +

`THead`

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PDF SpecificationISO 32000-2:2020, 14.8.4.8.3 Table structure types, Table 371
ARIA SpecificationRole: `rowgroup`
Analogous HTML ElementRole: `thead`
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes:
+ +

`TBody`

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PDF SpecificationISO 32000-2:2020, 14.8.4.8.3 Table structure types, Table 371
ARIA SpecificationRole: `rowgroup`
Analogous HTML ElementRole: `tbody`
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes:
+ +

`TFoot`

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PDF SpecificationISO 32000-2:2020, 14.8.4.8.3 Table structure types, Table 371
ARIA SpecificationRole: `rowgroup`
Analogous HTML ElementRole: `tfoot`
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes:
+ + +

`Caption` (child of `Table`)

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PDF SpecificationISO 32000-2:2020, 14.8.4.8.4 Caption structure type, Table 372
ARIA SpecificationRole: `caption`
Analogous HTML ElementUse WAI-ARIA mapping
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes:Note from PDFa: If a descendant of a `Table`, the first instance of a `Caption` will provide the `Table` its accessible name.
From c13ad8d6bbabb6fc37b78b092239433f45df1aa2 Mon Sep 17 00:00:00 2001 From: TST_Zak Date: Tue, 18 Aug 2026 08:46:36 -0500 Subject: [PATCH 3/3] alphabetize tables --- pdf-aam/index.html | 305 ++++++++++++++++++++++----------------------- 1 file changed, 152 insertions(+), 153 deletions(-) diff --git a/pdf-aam/index.html b/pdf-aam/index.html index ff1acb1a6..4b80e3259 100644 --- a/pdf-aam/index.html +++ b/pdf-aam/index.html @@ -412,6 +412,44 @@

Attribute (TextDecor +

`Caption` (child of `Table`)

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PDF SpecificationISO 32000-2:2020, 14.8.4.8.4 Caption structure type, Table 372
ARIA SpecificationRole: `caption`
Analogous HTML ElementUse WAI-ARIA mapping
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes:Note from PDFa: If a descendant of a `Table`, the first instance of a `Caption` will provide the `Table` its accessible name.
+

Div (has attributes)

@@ -701,40 +739,42 @@

Hn (H1 thru H6)

-

Lbl (Not associated with a Form element)

- +

Lbl (associated with a Form element)

+
- + - + - + - + - + - + - +
ARIA Specification - Role: generic - No corresponding role
Analogous HTML ElementUse WAI-ARIA mapping + Role: label +
MSAA + IAccessible2Use WAI-ARIA mappingUse HTML-AAM mapping
UIAUse WAI-ARIA mappingUse HTML-AAM mapping
ATK/AT-SPIUse WAI-ARIA mappingUse HTML-AAM mapping
AX API[Note 1] Use WAI-ARIA mappingUse HTML-AAM mapping
Notes:Label types, especially for lists in UA-2, will receive further guidance at a future time. + +
@@ -781,42 +821,40 @@

Lbl (ListNumbering, Description, New ListNumbering -

Lbl (associated with a Form element)

- +

Lbl (Not associated with a Form element)

+
- + - + - + - + - + - + - +
ARIA SpecificationNo corresponding role + Role: generic +
Analogous HTML Element - Role: label - Use WAI-ARIA mapping
MSAA + IAccessible2Use HTML-AAM mappingUse WAI-ARIA mapping
UIAUse HTML-AAM mappingUse WAI-ARIA mapping
ATK/AT-SPIUse HTML-AAM mappingUse WAI-ARIA mapping
AX API[Note 1] Use HTML-AAM mappingUse WAI-ARIA mapping
Notes: - - Label types, especially for lists in UA-2, will receive further guidance at a future time.
@@ -1094,8 +1132,8 @@

`Table`

-

`TR`

- +

`TBody`

+
@@ -1103,45 +1141,37 @@

`TR`

- + - + - - - - - - -
PDF Specification
ARIA SpecificationRole: `row not inside treegrid`Role: `rowgroup`
Analogous HTML ElementRole: `tr`Role: `tbody`
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes:
- -

`TH` (`Scope` = `Column` and `Headers` array not set)

- - - - + + - - + + - - + + + + + + + + + + - - - - -
PDF SpecificationISO 32000-2:2020, 14.8.4.8.3 Table structure types, Table 371MSAA + IAccessible2Use WAI-ARIA mapping
ARIA SpecificationRole: `columnheader`UIAUse WAI-ARIA mapping
Analogous HTML ElementRole: `th` (is a column header or column group header)ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes:
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes:
-

`TH` (`Scope` = `Row` and `Headers` array not set)

- +

`TD`

+
@@ -1149,11 +1179,11 @@

`TH` (`Scope` = `Row` and `He

- + - + @@ -1163,8 +1193,8 @@

`TH` (`Scope` = `Row` and `He

PDF Specification
ARIA SpecificationRole: `rowheader`Role: `cell`
Analogous HTML ElementRole: `th`  (is a row header or row group header)Role: `td`
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
-

`TH` (`Scope` = `Both` and `Headers` array not set)

- +

`TFoot`

+
@@ -1172,22 +1202,37 @@

`TH` (`Scope` = `Both` and `

- + - + + + + + + + + + + + + + + + + + + + + + - - - - -
PDF Specification
ARIA SpecificationTBDRole: `rowgroup`
Analogous HTML ElementTBDRole: `tfoot`
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes:
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes:Expose the TH to both row and column navigation for cells within the scope
-

`TH` (`Scope` is not set and `Headers` array is set)

- +

`TH` (`Scope` = `Both` and `Headers` array is set)

+
@@ -1195,22 +1240,22 @@

`TH` (`Scope` is not set an

- + - + - +
PDF Specification
ARIA SpecificationRole: `cell`TBD
Analogous HTML ElementRole: `th`Use WAI-ARIA mapping
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes:Note from PDFa: HTML uses `Headers` array / IDs for `TH` and `TD`
Notes:
-

`TH` (`Scope` = `Both` and `Headers` array is set)

- +

`TH` (`Scope` = `Both` and `Headers` array not set)

+
@@ -1222,18 +1267,18 @@

`TH` (`Scope` =

- + - +
PDF Specification
Analogous HTML ElementUse WAI-ARIA mappingTBD
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes:
Notes:Expose the TH to both row and column navigation for cells within the scope
-

`TD`

- +

`TH` (`Scope` = `Column` and `Headers` array not set)

+
@@ -1241,11 +1286,11 @@

`TD`

- + - + @@ -1255,8 +1300,8 @@

`TD`

PDF Specification
ARIA SpecificationRole: `cell`Role: `columnheader`
Analogous HTML ElementRole: `td`Role: `th` (is a column header or column group header)
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
-

`THead`

- +

`TH` (`Scope` = `Row` and `Headers` array not set)

+
@@ -1264,37 +1309,22 @@

`THead`

- + - - - - - - - - - - - - - - - - - - - - - + + + + + +
PDF Specification
ARIA SpecificationRole: `rowgroup`Role: `rowheader`
Analogous HTML ElementRole: `thead`
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes:Role: `th`  (is a row header or row group header)
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes:
-

`TBody`

- +

`TH` (`Scope` is not set and `Headers` array is set)

+
@@ -1302,37 +1332,22 @@

`TBody`

- + - - - - - - - - - - - - - - - - - - - - - + + + + + +
PDF Specification
ARIA SpecificationRole: `rowgroup`Role: `cell`
Analogous HTML ElementRole: `tbody`
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes:Role: `th`
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes:Note from PDFa: HTML uses `Headers` array / IDs for `TH` and `TD`
-

`TFoot`

- +

`THead`

+
@@ -1344,7 +1359,7 @@

`TFoot`

- + @@ -1369,42 +1384,26 @@

`TFoot`

PDF Specification
Analogous HTML ElementRole: `tfoot`Role: `thead`
MSAA + IAccessible2
- -

`Caption` (child of `Table`)

- +

`TR`

+
- + - + - - - - - - - - - - - - - - - - - - - - - + + + + + +
PDF SpecificationISO 32000-2:2020, 14.8.4.8.4 Caption structure type, Table 372ISO 32000-2:2020, 14.8.4.8.3 Table structure types, Table 371
ARIA SpecificationRole: `caption`Role: `row not inside treegrid`
Analogous HTML ElementUse WAI-ARIA mapping
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes:Note from PDFa: If a descendant of a `Table`, the first instance of a `Caption` will provide the `Table` its accessible name.Role: `tr`
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes: