Skip to content

Commit 16f48c9

Browse files
committed
monorepo: add mathml-aam history
2 parents daade4f + 200577b commit 16f48c9

31 files changed

+16298
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: CI
2+
on:
3+
pull_request: {}
4+
push:
5+
branches: [main]
6+
jobs:
7+
pages:
8+
name: Build gh-pages
9+
runs-on: ubuntu-20.04
10+
steps:
11+
- uses: actions/checkout@v2
12+
- uses: w3c/spec-prod@v2
13+
with:
14+
GH_PAGES_BRANCH: gh-pages
15+
VALIDATE_WEBIDL: false
16+
VALIDATE_MARKUP: false

mathml-aam/.pr-preview.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"src_file": "index.html",
3+
"type": "respec"
4+
}

mathml-aam/CODE_OF_CONDUCT.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Code of Conduct
2+
3+
All documentation, code and communication under this repository are covered by the [W3C Code of Ethics and Professional Conduct](https://www.w3.org/Consortium/cepc/).

mathml-aam/CONTRIBUTING.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Accessible Rich Internet Applications Working Group
2+
3+
Contributions to this repository are intended to become part of Recommendation-track documents governed by the
4+
[W3C Patent Policy](https://www.w3.org/Consortium/Patent-Policy-20040205/) and
5+
[Document License](https://www.w3.org/Consortium/Legal/copyright-documents). To make substantive contributions to specifications, you must either participate
6+
in the relevant W3C Working Group or make a non-member patent licensing commitment.
7+
8+
If you are not the sole contributor to a contribution (pull request), please identify all
9+
contributors in the pull request comment.
10+
11+
To add a contributor (other than yourself, that's automatic), mark them one per line as follows:
12+
13+
```
14+
+@github_username
15+
```
16+
17+
If you added a contributor by mistake, you can remove them in a comment with:
18+
19+
```
20+
-@github_username
21+
```
22+
23+
If you are making a pull request on behalf of someone else but you had no part in designing the
24+
feature, you can remove yourself with the above syntax.

mathml-aam/LICENSE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
All documents in this Repository are licensed by contributors
2+
under the
3+
[W3C Document License](https://www.w3.org/Consortium/Legal/copyright-documents).
4+

mathml-aam/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# mathml-aam
2+
Accessibility API Mappings for MathML

mathml-aam/common/README.md

Lines changed: 35 additions & 0 deletions
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.
Lines changed: 7 additions & 0 deletions
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>
Lines changed: 99 additions & 0 deletions
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>
Lines changed: 82 additions & 0 deletions
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>

0 commit comments

Comments
 (0)