Skip to content

Commit

Permalink
Merge branch 'bugfix/issue-2545' of github.com:w3c/aria-practices int…
Browse files Browse the repository at this point in the history
…o bugfix/issue-2545
  • Loading branch information
jongund committed Jul 26, 2023
2 parents 9452228 + 60f3d6d commit 7e78c2c
Show file tree
Hide file tree
Showing 100 changed files with 14,602 additions and 14,638 deletions.
1 change: 0 additions & 1 deletion .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 16
cache: npm

- name: Install npm dependencies
Expand Down
84 changes: 40 additions & 44 deletions common/biblio.js
Original file line number Diff line number Diff line change
@@ -1,46 +1,42 @@
respecConfig.localBiblio = {

"ACCNAME-AAM": {
"aliasOf": "ACCNAME-AAM-1.1",
},
"ARIA-PRACTICES": {
"aliasOf": "WAI-ARIA-PRACTICES-1.2",
},
"CORE-AAM": {
"aliasOf": "CORE-AAM-1.1",
},
"DPUB-ARIA": {
"aliasOf": "DPUB-ARIA-1.0",
},
"GRAPHICS-ARIA": {
"aliasOf": "GRAPHICS-ARIA-1.0",
},
"GRAPHICS-AAM": {
"aliasOf": "GRAPHICS-AAM-1.0",
},
"EPUB-Content": {
"href": "http://www.idpf.org/epub/31/spec/epub-contentdocs.html",
"title": "EPUB Content Documents 3.1",
"publisher": "IDPF"
},
"HTML-AAM": {
"aliasOf": "HTML-AAM-1.0",
},
"MathML-Core": {
"href": "https://mathml-refresh.github.io/mathml-core/",
"title": "MathML Core",
"authors": [
"David Carlisle",
"Frédéric Wang"
]
},
"SVG-AAM": {
"aliasOf": "SVG-AAM-1.0",
},
"SVG1": {
"aliasOf": "SVG",
},
"WAI-ARIA": {
"aliasOf": "WAI-ARIA-1.1",
}
"ACCNAME-AAM": {
aliasOf: "ACCNAME-AAM-1.1",
},
"ARIA-PRACTICES": {
aliasOf: "WAI-ARIA-PRACTICES-1.2",
},
"CORE-AAM": {
aliasOf: "CORE-AAM-1.1",
},
"DPUB-ARIA": {
aliasOf: "DPUB-ARIA-1.0",
},
"GRAPHICS-ARIA": {
aliasOf: "GRAPHICS-ARIA-1.0",
},
"GRAPHICS-AAM": {
aliasOf: "GRAPHICS-AAM-1.0",
},
"EPUB-Content": {
href: "http://www.idpf.org/epub/31/spec/epub-contentdocs.html",
title: "EPUB Content Documents 3.1",
publisher: "IDPF",
},
"HTML-AAM": {
aliasOf: "HTML-AAM-1.0",
},
"MathML-Core": {
href: "https://mathml-refresh.github.io/mathml-core/",
title: "MathML Core",
authors: ["David Carlisle", "Frédéric Wang"],
},
"SVG-AAM": {
aliasOf: "SVG-AAM-1.0",
},
SVG1: {
aliasOf: "SVG",
},
"WAI-ARIA": {
aliasOf: "WAI-ARIA-1.1",
},
};
Loading

0 comments on commit 7e78c2c

Please sign in to comment.