Skip to content

Commit 2f83f85

Browse files
ED update
1 parent f6c846e commit 2f83f85

24 files changed

+14806
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Specification 'pdf-aam'
21

3-
This is the issue tracking repository for Portable Document Format Accessibility APIs Mapping (PDF-AAM).
2+
# Specification 'pdf-aam'
43

5-
To open a PR, please see the [main ARIA repository where the specification lives](https://github.com/w3c/aria). This specification is part of the [ARIA suite](https://www.w3.org/WAI/ARIA/deliverables), and uses the same code structure and build tools as other ARIA suites. General information about editing specifications is in the [main ARIA repository readme](https://github.com/w3c/aria/).
4+
This is the repository for PDF Accessibility API Mappings (pdf-aam), which is part of the [ARIA suite](https://www.w3.org/WAI/ARIA/deliverables). General information about editing specifications is in the [main ARIA repository readme](https://github.com/w3c/aria/).

common/README.md

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# ARIA Common Files
2+
3+
[This is the repository for aria-common](https://github.com/w3c/aria-common). It contains files shared by several other ARIA repositories, and copied into those repositories. Note *content must be updated in w3c/aria-common*; changes made in copies are overwritten next time content from this repository is synced.
4+
5+
Resources in the common files:
6+
7+
## Terms
8+
9+
The specifications share a common set of term definitions, located in [terms.html](terms.html). Add and update terms there, keeping in mind your edits will affect all specifications. To use the terms, at the place you want the terms to be included, provide the following line:
10+
11+
```html
12+
<div data-include="../common/terms.html" data-oninclude="restrictReferences"></div>
13+
```
14+
15+
This includes the terms file and filters it to only output ones that are referenced in that particular specification.
16+
17+
## Bibliography
18+
19+
The Respec processor loads a bibliography called [Specref](https://github.com/tobie/specref). This resource automatically includes most publications that have been published to the W3C Technical Reports page. While it is possible to request additions to this via pull requests, in practice to use references that are not in that database, it is easier to use a [`localBiblio`](https://github.com/w3c/respec/wiki/localBiblio). This allows the Respec configuration to load additional bibliographic entries, structured in the same way as in Specref.
20+
21+
Many of the supplementary bibliographic entries needed for the ARIA publications are common to several specifications. Therefore the bibliographic entries are all stored in [biblio.js](biblio.js). This is loaded with the other scripts at the top of the file with the following line:
22+
23+
```html
24+
<script src="../common/biblio.js" class="remove"></script>
25+
```
26+
27+
In the respecConfig, instead of providing the set of bibliographic entries directly, simply reference the object created by that script:
28+
29+
```html
30+
localBiblio: biblio,
31+
```
32+
33+
## Images, CSS, and Scripts
34+
35+
The `common` directory also contains shared images, CSS, and scripts. Some of the scripts extend the Respec formatting processor, and others are meant to be used with the final output version. When a resource is, or is likely to be, shared, put it in the common directory. Resources specific to a particular specification, including overriding CSS, can be placed in the directory for that specification. Use the same sub-directory structure of `img`, `css`, and `script` to help keep files organized.

common/acknowledgements.html

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<section class="appendix informative section" id="acknowledgements">
2+
<h3>Acknowledgments</h3>
3+
<p>The following people contributed to the development of this document.</p>
4+
<div data-include="acknowledgements/aria-wg-active.html" data-include-replace="true"></div>
5+
<div data-include="acknowledgements/aria-contributors.html" data-include-replace="true"></div>
6+
<div data-include="acknowledgements/funders.html" data-include-replace="true"></div>
7+
</section>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
<section class="section" id="ack_group">
2+
<h4>Participants active in the ARIA WG at the time of publication</h4>
3+
<ul>
4+
<li>Irfan Ali (Educational Testing Service)</li>
5+
<li>CB Averitt (Deque Systems, Inc)</li>
6+
<li>Sina Bahram (Invited Expert)</li>
7+
<li>Shirisha Balusani (Invited Expert)</li>
8+
<li>Amelia Bellamy-Royds (Invited Expert)</li>
9+
<li>Curt Bellew (Oracle Corporation)</li>
10+
<li>Alex Bernier (Association BrailleNet)</li>
11+
<li>Zoë Bijl (Invited Expert)</li>
12+
<li>Jorge Blazquez Alonso (IBM Corporation)</li>
13+
<li>Alice Boxhall (Google LLC)</li>
14+
<li>Matthew Brennan (Facebook)</li>
15+
<li>Kim Bunge (TPGi)</li>
16+
<li>Shari Butler (Pearson plc)</li>
17+
<li>Tammy Campoverde (UnitedHealth Group)</li>
18+
<li>David Caro (Wikimedia Foundation)</li>
19+
<li>Timothy Cole (University of Illinois at Urbana-Champaign)</li>
20+
<li>Dominic Cooney (Facebook)</li>
21+
<li>Michael Cooper (W3C Staff)</li>
22+
<li>James Craig (Apple Inc.) </li>
23+
<li>Jory Cunningham (Salesforce)</li>
24+
<li>Jes Daigle (Bocoup)</li>
25+
<li>Joanmarie Diggs (Igalia)</li>
26+
<li>Jason Duan (IBM Corporation)</li>
27+
<li>Isaac Durazo (Bocoup)</li>
28+
<li>Howard Edwards (Bocoup)</li>
29+
<li>Steve Faulkner (TPGi) </li>
30+
<li>Reinaldo Ferraz (NIC.br)</li>
31+
<li>Alexander Flenniken (Bocoup)</li>
32+
<li>Bryan Garaventa (Level Access)</li>
33+
<li>Matt Garrish (DAISY Consortium)</li>
34+
<li>Jaunita George (Navy Federal Credit Union)</li>
35+
<li>Raghavendra Giriyappa (IBM Corporation)</li>
36+
<li>Michael Goddard (Bocoup)</li>
37+
<li>Glen Gordon (TPGi)</li>
38+
<li>Jon Gunderson (University of Illinois at Urbana-Champaign)</li>
39+
<li>Markku Hakkinen (Educational Testing Service)</li>
40+
<li>Sarah Higley (Microsoft Corporation)</li>
41+
<li>Hans Hillen (TPGi)</li>
42+
<li>Isabel Holdsworth (TPGi)</li>
43+
<li>Stanley Hon (Microsoft Corporation)</li>
44+
<li>Nicholas Hoyt (University of Illinois at Urbana-Champaign)</li>
45+
<li>Shilpi Kapoor (BarrierBreak Technologies)</li>
46+
<li>Matthew King (Facebook)</li>
47+
<li>Greta Krafsig (The Washington Post)</li>
48+
<li>Peter Krautzberger (Invited Expert)</li>
49+
<li>JaEun Jemma Ku (University of Illinois at Urbana-Champaign)</li>
50+
<li>Lori Lane (University of Illinois at Urbana-Champaign)</li>
51+
<li>Charles LaPierre (Benetech)</li>
52+
<li>Gez Lemon (TPGi)</li>
53+
<li>Aaron Leventhal (Google LLC)</li>
54+
<li>Brian Liu Xu (Microsoft Corporation)</li>
55+
<li>David MacDonald (Invited Expert)</li>
56+
<li>Carolyn MacLeod (IBM Corporation)</li>
57+
<li>Daniel Marques (WIRIS Science)</li>
58+
<li>Dominic Mazzoni (Google LLC)</li>
59+
<li>Mark McCarthy (University of Illinois at Urbana-Champaign)</li>
60+
<li>Jan McSorley (Pearson plc)</li>
61+
<li>Erika Miguel (Bocoup)</li>
62+
<li>Sheila Moussavi (Bocoup)</li>
63+
<li>Rich Noah (Bocoup)</li>
64+
<li>James Nurthen (Adobe) </li>
65+
<li>Scott O'Hara (Microsoft Corporation)</li>
66+
<li>Achraf Othman (MADA Center)</li>
67+
<li>Vijaya Gowri Perumal (Newgen Knowledgeworks)</li>
68+
<li>Christos Petrou (Centre for Inclusive Design)</li>
69+
<li>Simon Pieters (Bocoup)</li>
70+
<li>Ian Pouncey (TetraLogical Services Ltd)</li>
71+
<li>Ruoxi Ran (W3C Staff)</li>
72+
<li>Adrian Roselli (TPGi)</li>
73+
<li>Janina Sajka (Invited Expert, The Linux Foundation)</li>
74+
<li>Stefan Schnabel (SAP SE) </li>
75+
<li>Harris Schneiderman (Deque Systems, Inc.)</li>
76+
<li>Lisa Seeman-Kestenbaum (Invited Expert) </li>
77+
<li>Boaz Sender (Bocoup)</li>
78+
<li>Cynthia Shelly (Google LLC)</li>
79+
<li>Tzviya Siegman (Wiley)</li>
80+
<li>Sharon Snider (IBM Corporation)</li>
81+
<li>Neil Soiffer (Invited Expert)</li>
82+
<li>Volker Sorge (Invited Expert)</li>
83+
<li>Francis Storr (Intel Corporation)</li>
84+
<li>Melanie Sumner (Invited Expert)</li>
85+
<li>Alexander Surkov (Igalia)</li>
86+
<li>William Tennis (Navy Federal Credit Union)</li>
87+
<li>Seth Thompson (Bocoup)</li>
88+
<li>Scott Vinkle (Shopify)</li>
89+
<li>Can Wang (Zhejiang University)</li>
90+
<li>Wei Wang (Zhejiang University)</li>
91+
<li>Léonie Watson (TetraLogical Services Ltd)</li>
92+
<li>Jason White (Educational Testing Service)</li>
93+
<li>Jan Williams (TPGi)</li>
94+
<li>Evan Yamanishi (W. W. Norton)</li>
95+
<li>Benjamin Young (Wiley)</li>
96+
<li>Valerie Young (Bocoup)</li>
97+
<li>Marco Zehe (Mozilla Foundation)</li>
98+
</ul>
99+
</section>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
<section class="section" id="ack_group">
2+
<h4>Participants active in the ARIA WG at the time of publication</h4>
3+
<ul>
4+
<li>Ann Abbott (Invited Expert)</li>
5+
<li>Brendyn Alexander (Microsoft Corporation)</li>
6+
<li>Irfan Ali (Educational Testing Service)</li>
7+
<li>CB Averitt (Deque Systems, Inc.)</li>
8+
<li>Shirisha Balusani (Microsoft Corporation)</li>
9+
<li>Amelia Bellamy-Royds (Invited Expert)</li>
10+
<li>Curt Bellew (Oracle Corporation)</li>
11+
<li>Alex Bernier (association Braillenet)</li>
12+
<li>Zoë Bijl (Invited Expert)</li>
13+
<li>Jorge Blazquez Alonso (IBM Corporation)</li>
14+
<li>Christy Blew (University of Illinois at Urbana-Champaign)</li>
15+
<li>Alice Boxhall (Google, Inc.)</li>
16+
<li>Matthew Brennan (Facebook)</li>
17+
<li>Shari Butler (Pearson plc)</li>
18+
<li>Timothy Cole (University of Illinois at Urbana-Champaign)</li>
19+
<li>Michael Cooper (W3C Staff)</li>
20+
<li>James Craig (Apple Inc.)</li>
21+
<li>Suman Damera (Deque Systems, Inc.)</li>
22+
<li>Joanmarie Diggs (Igalia)</li>
23+
<li>Jason Duan (IBM Corporation)</li>
24+
<li>John Every (Microsoft Corporation)</li>
25+
<li>Steve Faulkner (The Paciello Group, LLC)</li>
26+
<li>Reinaldo Ferraz (NIC.br - Brazilian Network Information Center)</li>
27+
<li>Wilco Fiers (Deque Systems, Inc.)</li>
28+
<li>John Foliot (Deque Systems, Inc.)</li>
29+
<li>Bryan Garaventa (SSB BART Group)</li>
30+
<li>Matt Garrish (DAISY Consortium)</li>
31+
<li>Raghavendra Giriyappa (IBM Corporation)</li>
32+
<li>Glen Gordon (The Paciello Group, LLC)</li>
33+
<li>Jon Gunderson (University of Illinois at Urbana-Champaign)</li>
34+
<li>Markku Hakkinen (Educational Testing Service)</li>
35+
<li>Andy Heath (Invited Expert)</li>
36+
<li>Hans Hillen (The Paciello Group, LLC)</li>
37+
<li>Stanley Hon (Microsoft Corporation)</li>
38+
<li>Nicholas Hoyt (University of Illinois at Urbana-Champaign)</li>
39+
<li>Matthew King (Facebook)</li>
40+
<li>Peter Krautzberger (Invited Expert)</li>
41+
<li>JaEun Ku (University of Illinois at Urbana-Champaign)</li>
42+
<li>Lori Lane (University of Illinois at Urbana-Champaign)</li>
43+
<li>Charles LaPierre (Benetech)</li>
44+
<li>Gez Lemon (The Paciello Group, LLC)</li>
45+
<li>Aaron Leventhal (Google, Inc.)</li>
46+
<li>David MacDonald (Invited Expert)</li>
47+
<li>Carolyn MacLeod (IBM Corporation)</li>
48+
<li>Daniel Marques (WIRIS Science)</li>
49+
<li>Dominic Mazzoni (Google, Inc.)</li>
50+
<li>Shane McCarron (Invited Expert)</li>
51+
<li>Mark McCarthy (University of Illinois at Urbana-Champaign)</li>
52+
<li>Jan McSorley (Pearson plc)</li>
53+
<li>Amihai Miron (User1st)</li>
54+
<li>Hakdong Moon (Web Watch, Inc.)</li>
55+
<li>James Nurthen (Adobe) </li>
56+
<li>Ian Pouncey (The Paciello Group, LLC)</li>
57+
<li>Ruoxi Ran (W3C Staff)</li>
58+
<li>Melanie Richards (Microsoft Corporation)</li>
59+
<li>Adrian Roselli (The Paciello Group, LLC)</li>
60+
<li>Janina Sajka (Invited Expert, The Linux Foundation)</li>
61+
<li>Stefan Schnabel (SAP SE) </li>
62+
<li>Harris Schneiderman (Deque Systems, Inc.)</li>
63+
<li>Lisa Seeman-Kestenbaum (Invited Expert) </li>
64+
<li>Sender Boaz (Bocoup)</li>
65+
<li>Tzviya Siegman (Wiley)</li>
66+
<li>Sharon Snider (IBM Corporation)</li>
67+
<li>Neil Soiffer (Invited Expert)</li>
68+
<li>Jaeil Song (National Information Society Agency (NIA))</li>
69+
<li>Francis Storr (IBM Corporation)</li>
70+
<li>Alexander Surkov (Mozilla Foundation)</li>
71+
<li>Susan Wade (Wells Fargo Bank N.A.)</li>
72+
<li>Can Wang (Zhejiang University)</li>
73+
<li>Wei Wang (Zhejiang University)</li>
74+
<li>Léonie Watson (TetraLogical)</li>
75+
<li>Eli Wagner (Pearson plc)</li>
76+
<li>Jason White (Educational Testing Service)</li>
77+
<li>Cindy Xavier (SSB Bart Group)</li>
78+
<li>Evan Yamanishi (W. W. Norton)</li>
79+
<li>Valerie Young (Bocoup)</li>
80+
<li>Marco Zehe (Mozilla Foundation)</li>
81+
</ul>
82+
</section>

common/acknowledgements/funders.html

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<section class="section" id="ack_funders">
2+
<h4>Enabling funders</h4>
3+
<p>This publication has been funded in part with U.S. Federal funds from the Department of Education, National Institute on Disability, Independent Living, and Rehabilitation Research (NIDILRR), initially under contract number ED-OSE-10-C-0067, then under contract number HHSP23301500054C, and now under HHS75P00120P00168. The content of this publication does not necessarily reflect the views or policies of the U.S. Department of Education, nor does mention of trade names, commercial products, or organizations imply endorsement by the U.S. Government.</p>
4+
</section>

common/biblio.js

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
respecConfig.localBiblio = {
2+
"ACCNAME-AAM": {
3+
aliasOf: "ACCNAME-AAM-1.1",
4+
},
5+
"ARIA-PRACTICES": {
6+
aliasOf: "WAI-ARIA-PRACTICES-1.2",
7+
},
8+
"CORE-AAM": {
9+
aliasOf: "CORE-AAM-1.1",
10+
},
11+
"DPUB-ARIA": {
12+
aliasOf: "DPUB-ARIA-1.0",
13+
},
14+
"GRAPHICS-ARIA": {
15+
aliasOf: "GRAPHICS-ARIA-1.0",
16+
},
17+
"GRAPHICS-AAM": {
18+
aliasOf: "GRAPHICS-AAM-1.0",
19+
},
20+
"EPUB-Content": {
21+
href: "http://www.idpf.org/epub/31/spec/epub-contentdocs.html",
22+
title: "EPUB Content Documents 3.1",
23+
publisher: "IDPF",
24+
},
25+
"HTML-AAM": {
26+
aliasOf: "HTML-AAM-1.0",
27+
},
28+
"MathML-Core": {
29+
href: "https://mathml-refresh.github.io/mathml-core/",
30+
title: "MathML Core",
31+
authors: ["David Carlisle", "Frédéric Wang"],
32+
},
33+
"SVG-AAM": {
34+
aliasOf: "SVG-AAM-1.0",
35+
},
36+
SVG1: {
37+
aliasOf: "SVG",
38+
},
39+
"WAI-ARIA": {
40+
aliasOf: "WAI-ARIA-1.1",
41+
},
42+
};

0 commit comments

Comments
 (0)