Skip to content

Commit

Permalink
chore: sync from w3c/aria-common
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 5, 2023
1 parent ae0c0e1 commit 551a9e9
Show file tree
Hide file tree
Showing 7 changed files with 10,520 additions and 10,690 deletions.
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 551a9e9

Please sign in to comment.