From c0fd9a5c277f6c2703ea5e636c694ba6cc1e127f Mon Sep 17 00:00:00 2001 From: TST_Zak Date: Tue, 5 May 2026 06:38:58 -0500 Subject: [PATCH 1/4] Create export-9.html --- WIP/export-9.html | 359 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 359 insertions(+) create mode 100644 WIP/export-9.html diff --git a/WIP/export-9.html b/WIP/export-9.html new file mode 100644 index 0000000..b79aa52 --- /dev/null +++ b/WIP/export-9.html @@ -0,0 +1,359 @@ +

`Reference` (Placement = Inline)

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ARIA SpecificationRole: `doc-biblioref` (DPub)
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: Question: If, in PDF, Reference is for a link to somewhere else in the same document (as opposed to an external link) then should we treat this more like "link"? Also, seeing as "link" is in HTML and ARIA, it might be better supported than the DPub roles? That said, HTML just says to use ARIA mapping. +
+ +

`Reference Placement = Inline`

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ARIA SpecificationRole: `doc-glossref` (DPub)
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: Use WAI-ARIA mapping +
+ +

`Reference Placement = Inline`

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ARIA SpecificationRole: `doc-noteref` (DPub)
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: Use WAI-ARIA mapping +
+ +

`BibEntry`

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ARIA SpecificationRole: `doc-biblioentry` (DPub)
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: Use WAI-ARIA mapping +
+ +

`BibEntry`

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ARIA SpecificationRole: `listitem`
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: Use WAI-ARIA mapping +
+ +

`BibEntry We used this one in our "article"`

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ARIA SpecificationRole: `paragraph`
Analogous HTML ElementRole: `p`
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes: + Note from PDFa: Use WAI-ARIA mapping +
+ +

`Index Parked for ARIA / Reuse discussions`

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ARIA SpecificationRole: `doc-index` (DPub)
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: Use WAI-ARIA mapping +
+ +

`Index Parked for ARIA / Reuse discussions`

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ARIA SpecificationRole: `navigation`
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: Use WAI-ARIA mapping +
+ +

`Index Parked for ARIA / Reuse discussions`

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ARIA SpecificationRole: `region (with an accessible name) OR generic` (if no accessible name)
Analogous HTML ElementRole: `section - IF the section element has an accessible name`
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes: + Note from PDFa: NOTE: There is no "section with (or without) accessible name" but the ARIA role could be different based on whether or not there is an accessible name. +
+ +

`Index Parked for ARIA / Reuse discussions`

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ARIA SpecificationRole: `generic`
Analogous HTML ElementRole: `section - IF the section element does not have an accessible name`
MSAA + IAccessible2Use WAI-ARIA mapping
UIAUse WAI-ARIA mapping
ATK/AT-SPIUse WAI-ARIA mapping
AX APIUse WAI-ARIA mapping
Notes: + Note from PDFa: Hold for consultation with W3C experts. The HTML table and Derivation group said to use "generic," (and the related ARIA mapping), but the ARIA roll mapping table says otherwise. +
From 1d44d2e922b7d0d2128c167a11cdb6f68889050b Mon Sep 17 00:00:00 2001 From: Roman Toda Date: Tue, 16 Jun 2026 11:16:04 +0200 Subject: [PATCH 2/4] updated IDs --- WIP/export-9.html | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/WIP/export-9.html b/WIP/export-9.html index b79aa52..687e092 100644 --- a/WIP/export-9.html +++ b/WIP/export-9.html @@ -1,5 +1,5 @@ -

`Reference` (Placement = Inline)

- +

`Reference` (Placement = Inline)

+
@@ -34,8 +34,8 @@

`Reference` `Reference Placement = Inline`

-
ARIA Specification
+

`Reference Placement = Inline`

+
@@ -70,8 +70,8 @@

`Reference Placement = Inline`

ARIA Specification
-

`Reference Placement = Inline`

- +

`Reference Placement = Inline`

+
@@ -106,8 +106,8 @@

`Reference Placement = Inline`

ARIA Specification
-

`BibEntry`

- +

`BibEntry`

+
@@ -142,8 +142,8 @@

`BibEntry`

ARIA Specification
-

`BibEntry`

- +

`BibEntry`

+
@@ -178,8 +178,8 @@

`BibEntry`

ARIA Specification
-

`BibEntry We used this one in our "article"`

- +

`BibEntry We used this one in our "article"`

+
@@ -214,8 +214,8 @@

`BibEntry We used this one in our "articl

ARIA Specification
-

`Index Parked for ARIA / Reuse discussions`

- +

`Index Parked for ARIA / Reuse discussions`

+
@@ -250,8 +250,8 @@

`Index Parked for ARIA / Reuse discussions`

ARIA Specification
-

`Index Parked for ARIA / Reuse discussions`

- +

`Index Parked for ARIA / Reuse discussions`

+
@@ -286,8 +286,8 @@

`Index Parked for ARIA / Reuse discussions`

ARIA Specification
-

`Index Parked for ARIA / Reuse discussions`

- +

`Index Parked for ARIA / Reuse discussions`

+
@@ -322,8 +322,8 @@

`Index Parked for ARIA / Reuse discussions`

ARIA Specification
-

`Index Parked for ARIA / Reuse discussions`

- +

`Index Parked for ARIA / Reuse discussions`

+
From 766cfdb78acc9c2b3ab885dbf298d76e11dcf589 Mon Sep 17 00:00:00 2001 From: Roman Toda Date: Thu, 9 Jul 2026 00:20:38 +0200 Subject: [PATCH 3/4] work on: https://github.com/w3c/pdf-aam/issues/54 --- WIP/export-9.html | 136 ++++++++++------------------------------------ 1 file changed, 28 insertions(+), 108 deletions(-) diff --git a/WIP/export-9.html b/WIP/export-9.html index 687e092..12b2124 100644 --- a/WIP/export-9.html +++ b/WIP/export-9.html @@ -1,114 +1,10 @@ -

`Reference` (Placement = Inline)

-
ARIA Specification
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ARIA SpecificationRole: `doc-biblioref` (DPub)
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: Question: If, in PDF, Reference is for a link to somewhere else in the same document (as opposed to an external link) then should we treat this more like "link"? Also, seeing as "link" is in HTML and ARIA, it might be better supported than the DPub roles? That said, HTML just says to use ARIA mapping. -
- -

`Reference Placement = Inline`

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ARIA SpecificationRole: `doc-glossref` (DPub)
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: Use WAI-ARIA mapping -
- -

`Reference Placement = Inline`

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ARIA SpecificationRole: `doc-noteref` (DPub)
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: Use WAI-ARIA mapping -
-

`BibEntry`

+ + + + @@ -145,6 +41,10 @@

`BibEntry`

`BibEntry`

PDF SpecificationISO 32000-2:2020, 14.8.4, Standard structure types, Table 366
ARIA Specification Role: `doc-biblioentry` (DPub)
+ + + + @@ -181,6 +81,10 @@

`BibEntry`

`BibEntry We used this one in our "article"`

PDF SpecificationISO 32000-2:2020, 14.8.4, Standard structure types, Table 366
ARIA Specification Role: `listitem`
+ + + + @@ -217,6 +121,10 @@

`BibEntry We used this one in our "article

`Index Parked for ARIA / Reuse discussions`

PDF SpecificationISO 32000-2:2020, 14.8.4, Standard structure types, Table 366
ARIA Specification Role: `paragraph`
+ + + + @@ -253,6 +161,10 @@

`Index Parked for ARIA / Reuse discussions`

`Index Parked for ARIA / Reuse discussions`

PDF SpecificationISO 32000-2:2020, 14.8.4, Standard structure types, Table 365
ARIA Specification Role: `doc-index` (DPub)
+ + + + @@ -289,6 +201,10 @@

`Index Parked for ARIA / Reuse discussions`

`Index Parked for ARIA / Reuse discussions`

PDF SpecificationISO 32000-2:2020, 14.8.4, Standard structure types, Table 365
ARIA Specification Role: `navigation`
+ + + + @@ -325,6 +241,10 @@

`Index Parked for ARIA / Reuse discussions`

`Index Parked for ARIA / Reuse discussions`

PDF SpecificationISO 32000-2:2020, 14.8.4, Standard structure types, Table 365
ARIA Specification Role: `region (with an accessible name) OR generic` (if no accessible name)
+ + + + From 56f28e4b0b014b43639abb0b1c972d11d9e13579 Mon Sep 17 00:00:00 2001 From: Roman Toda Date: Wed, 5 Aug 2026 14:52:05 +0200 Subject: [PATCH 4/4] work on: https://github.com/w3c/pdf-aam/issues/54 updated specification with more specific chapter --- WIP/export-9.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/WIP/export-9.html b/WIP/export-9.html index 12b2124..52e845c 100644 --- a/WIP/export-9.html +++ b/WIP/export-9.html @@ -3,7 +3,7 @@

`BibEntry`

- + @@ -43,7 +43,7 @@

`BibEntry`

- + @@ -83,7 +83,7 @@

`BibEntry We used this one in our "article

- + @@ -123,7 +123,7 @@

`Index Parked for ARIA / Reuse discussions`

- + @@ -163,7 +163,7 @@

`Index Parked for ARIA / Reuse discussions`

- + @@ -203,7 +203,7 @@

`Index Parked for ARIA / Reuse discussions`

- + @@ -243,7 +243,7 @@

`Index Parked for ARIA / Reuse discussions`

- +
PDF SpecificationISO 32000-2:2020, 14.8.4, Standard structure types, Table 365
ARIA Specification Role: `generic`
PDF SpecificationISO 32000-2:2020, 14.8.4, Standard structure types, Table 366ISO 32000-2:2020, Annex M
ARIA Specification
PDF SpecificationISO 32000-2:2020, 14.8.4, Standard structure types, Table 366ISO 32000-2:2020, Annex M
ARIA Specification
PDF SpecificationISO 32000-2:2020, 14.8.4, Standard structure types, Table 366Annex M
ARIA Specification
PDF SpecificationISO 32000-2:2020, 14.8.4, Standard structure types, Table 365ISO 32000-2:2020, Annex M
ARIA Specification
PDF SpecificationISO 32000-2:2020, 14.8.4, Standard structure types, Table 365ISO 32000-2:2020, Annex M
ARIA Specification
PDF SpecificationISO 32000-2:2020, 14.8.4, Standard structure types, Table 365ISO 32000-2:2020, Annex M
ARIA Specification
PDF SpecificationISO 32000-2:2020, 14.8.4, Standard structure types, Table 365ISO 32000-2:2020, Annex M
ARIA Specification