-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathbiblio.js
42 lines (42 loc) · 987 Bytes
/
biblio.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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",
},
};