Skip to content

Commit

Permalink
Editorial: Push to gh-pages, remove file, fix references (#32)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
spectranaut authored Feb 20, 2024
1 parent 8288925 commit 448891f
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 1,624 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: CI
on:
pull_request: {}
push:
branches: [main]
jobs:
pages:
name: Build gh-pages
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: w3c/spec-prod@v2
with:
GH_PAGES_BRANCH: gh-pages
VALIDATE_WEBIDL: false
VALIDATE_MARKUP: false
26 changes: 0 additions & 26 deletions .travis.yml

This file was deleted.

16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,14 @@
{ name: "Michael Cooper",
company: "W3C",
companyURL: "https://www.w3.org",
w3cid: 34017,
note: "Editor until August 2023"
}
],

ariaSpecURLs: {
"ED": "https://w3c.github.io/aria/",
"WD" : "https://www.w3.org/TR/wai-aria-1.1/",
"CR" : "https://www.w3.org/TR/wai-aria-1.1/",
"WD" : "https://w3c.github.io/aria/",
"CR" : "https://w3c.github.io/aria/",
"PR" : "https://www.w3.org/TR/wai-aria-1.1/",
"REC": "https://www.w3.org/TR/wai-aria/"
},
Expand All @@ -64,36 +63,37 @@
// appropriately mapping on the core-aam spec.
coreMappingURLs: {
"ED": "https://w3c.github.io/core-aam/",
"WD": "https://www.w3.org/TR/core-aam-1.1/",
"CR" : "https://w3c.github.io/core-aam/",
"WD": "https://w3c.github.io/core-aam/",
"FPWD": "https://www.w3.org/TR/core-aam-1.1/",
"REC": "https://www.w3.org/TR/wai-aria-implementation/"
},

preProcess:[linkCrossReferences],
postProcess:[],
definitionMap:[],
xref: ["core-aam", "accname", "wai-aria"]
xref: ["dom", "core-aam", "accname", "wai-aria", "infra"]
};
</script>
</head>

<body>
<section id="abstract">
<p>
The MathML Accessibility API Mappings (MathML-AAM) specification defines how <a>user agents</a>
The MathML Accessibility API Mappings (MathML-AAM) specification defines how [=user agents=]
map Mathematical Markup Language (MathML) [[MathML3]] to platform <a>accessibility APIs</a>. It
extends the Core Accessibility API Mappings (CORE-AAM) specification [[CORE-AAM-1.2]].
</p>
<p>
This specification is intended for user agent developers responsible for MathML accessibility
in their product. The goal of this specification is to maximize the accessibility of MathML
content by ensuring each <a>assistive technology</a> receives MathML content with the
<a>roles</a>, <a>states</a>, and <a>properties</a> it expects.
<a>roles</a>, <a>states</a>, and [=ARIA/properties=] it expects.
</p>
<p>
At the present time, this specification contains mappings for the subset of MathML contained
in the MathML Core specification [[MathML-Core]]. The reason why is that this subset contains
the <a>elements</a> and <a>attributes</a> from MathML which are exposed to <a>assistive
the [=elements=] and [=attributes=] from MathML which are exposed to <a>assistive
technologies</a> via platform <a>accessibility APIs</a>.
</p>
<p>
Expand Down
Loading

0 comments on commit 448891f

Please sign in to comment.