Skip to content

Commit dd20049

Browse files
authored
Editorial: Push to gh-pages, remove file, fix references (#32)
* Remove accidental file * Remove Michael's w3c ID Leaving the ID produces the error: The user with id 34017 is not participating in the group producing this document. * Add auto publish workflow * Remote unused .travis.yml file * Fix broken references
1 parent 4bf28f0 commit dd20049

File tree

4 files changed

+24
-1624
lines changed

4 files changed

+24
-1624
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/.travis.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

mathml-aam/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,14 @@
4747
{ name: "Michael Cooper",
4848
company: "W3C",
4949
companyURL: "https://www.w3.org",
50-
w3cid: 34017,
5150
note: "Editor until August 2023"
5251
}
5352
],
5453

5554
ariaSpecURLs: {
5655
"ED": "https://w3c.github.io/aria/",
57-
"WD" : "https://www.w3.org/TR/wai-aria-1.1/",
58-
"CR" : "https://www.w3.org/TR/wai-aria-1.1/",
56+
"WD" : "https://w3c.github.io/aria/",
57+
"CR" : "https://w3c.github.io/aria/",
5958
"PR" : "https://www.w3.org/TR/wai-aria-1.1/",
6059
"REC": "https://www.w3.org/TR/wai-aria/"
6160
},
@@ -64,36 +63,37 @@
6463
// appropriately mapping on the core-aam spec.
6564
coreMappingURLs: {
6665
"ED": "https://w3c.github.io/core-aam/",
67-
"WD": "https://www.w3.org/TR/core-aam-1.1/",
66+
"CR" : "https://w3c.github.io/core-aam/",
67+
"WD": "https://w3c.github.io/core-aam/",
6868
"FPWD": "https://www.w3.org/TR/core-aam-1.1/",
6969
"REC": "https://www.w3.org/TR/wai-aria-implementation/"
7070
},
7171

7272
preProcess:[linkCrossReferences],
7373
postProcess:[],
7474
definitionMap:[],
75-
xref: ["core-aam", "accname", "wai-aria"]
75+
xref: ["dom", "core-aam", "accname", "wai-aria", "infra"]
7676
};
7777
</script>
7878
</head>
7979

8080
<body>
8181
<section id="abstract">
8282
<p>
83-
The MathML Accessibility API Mappings (MathML-AAM) specification defines how <a>user agents</a>
83+
The MathML Accessibility API Mappings (MathML-AAM) specification defines how [=user agents=]
8484
map Mathematical Markup Language (MathML) [[MathML3]] to platform <a>accessibility APIs</a>. It
8585
extends the Core Accessibility API Mappings (CORE-AAM) specification [[CORE-AAM-1.2]].
8686
</p>
8787
<p>
8888
This specification is intended for user agent developers responsible for MathML accessibility
8989
in their product. The goal of this specification is to maximize the accessibility of MathML
9090
content by ensuring each <a>assistive technology</a> receives MathML content with the
91-
<a>roles</a>, <a>states</a>, and <a>properties</a> it expects.
91+
<a>roles</a>, <a>states</a>, and [=ARIA/properties=] it expects.
9292
</p>
9393
<p>
9494
At the present time, this specification contains mappings for the subset of MathML contained
9595
in the MathML Core specification [[MathML-Core]]. The reason why is that this subset contains
96-
the <a>elements</a> and <a>attributes</a> from MathML which are exposed to <a>assistive
96+
the [=elements=] and [=attributes=] from MathML which are exposed to <a>assistive
9797
technologies</a> via platform <a>accessibility APIs</a>.
9898
</p>
9999
<p>

0 commit comments

Comments
 (0)