-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'bugfix/issue-2545' of github.com:w3c/aria-practices int…
…o bugfix/issue-2545
- Loading branch information
Showing
100 changed files
with
14,602 additions
and
14,638 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.