-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'gh-pages' into figure-figcaption-revision
- Loading branch information
Showing
9 changed files
with
26,672 additions
and
16,605 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
}, | ||
}; |
Oops, something went wrong.