Skip to content

Commit 5b57b77

Browse files
Tries Fixes for respec errors
1 parent 200fb5b commit 5b57b77

File tree

1 file changed

+25
-47
lines changed

1 file changed

+25
-47
lines changed

dpub-aam/index.html

Lines changed: 25 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
66
<script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove"></script>
77
<script src="common/script/resolveReferences.js" class="remove"></script>
8-
<script src="common/biblio.js" class="remove"></script>
98
<script src="common/script/mapping-tables.js"></script>
109
<link href="common/css/mapping-tables.css" rel="stylesheet" type="text/css" />
1110
<link href="common/css/common.css" rel="stylesheet" type="text/css" />
@@ -124,60 +123,39 @@
124123
"WD" : "https://www.w3.org/TR/dpub-aria-1.1/",
125124
"REC": "https://www.w3.org/TR/dpub-aria-1.1/"
126125
},
126+
htmlMappingURLs: {
127+
"ED": "https://w3c.github.io/html-aam/",
128+
"FPWD": "https://www.w3.org/TR/html-aam-1.0/",
129+
"WD": "https://www.w3.org/TR/html-aam/",
130+
"REC": "https://www.w3.org/TR/html-aam/"
131+
},
132+
graphicsMappingModURLs: {
133+
"ED": "https://w3c.github.io/graphics-aam/",
134+
"FPWD": "https://www.w3.org/TR/graphics-aam/",
135+
"WD": "https://www.w3.org/TR/graphics-aam/",
136+
"REC": "https://www.w3.org/TR/graphics-aam/",
137+
},
138+
graphicsModURLs: {
139+
"ED": "https://w3c.github.io/graphics-aria/",
140+
"FWPD": "https://www.w3.org/TR/graphics-aria/",
141+
"WD": "https://www.w3.org/TR/graphics-aria/",
142+
"REC": "https://www.w3.org/TR/graphics-aria/",
143+
},
144+
practicesURLs: {
145+
"ED": "https://www.w3.org/WAI/ARIA/apg/",
146+
"FPWD": "https://www.w3.org/WAI/ARIA/apg/",
147+
"WD": "https://www.w3.org/WAI/ARIA/apg/",
148+
"REC": "https://www.w3.org/WAI/ARIA/apg/"
149+
},
127150
preProcess: [ linkCrossReferences, mappingTables ],
128151
postProcess: [ ],
129152
xref: ["core-aam", "wai-aria", "dom", "infra", "accname"],
130-
localBiblio: {
131-
132-
"ACCNAME-AAM": {
133-
"aliasOf": "ACCNAME-AAM-1.1"
134-
},
135-
"ARIA-PRACTICES": {
136-
"aliasOf": "WAI-ARIA-PRACTICES-1.2"
137-
},
138-
"CORE-AAM": {
139-
"aliasOf": "CORE-AAM-1.1"
140-
},
141-
"DPUB-ARIA": {
142-
"aliasOf": "DPUB-ARIA-1.0"
143-
},
144-
"GRAPHICS-ARIA": {
145-
"aliasOf": "GRAPHICS-ARIA-1.0"
146-
},
147-
"GRAPHICS-AAM": {
148-
"aliasOf": "GRAPHICS-AAM-1.0"
149-
},
150-
"EPUB-Content": {
151-
"href": "http://www.idpf.org/epub/31/spec/epub-contentdocs.html",
152-
"title": "EPUB Content Documents 3.1",
153-
"publisher": "IDPF"
154-
},
155-
"HTML-AAM": {
156-
"aliasOf": "HTML-AAM-1.0"
157-
},
158-
"MathML-Core": {
159-
"href": "https://mathml-refresh.github.io/mathml-core/",
160-
"title": "MathML Core",
161-
"authors": [
162-
"David Carlisle",
163-
"Frédéric Wang"
164-
]
165-
},
166-
"SVG-AAM": {
167-
"aliasOf": "SVG-AAM-1.0"
168-
},
169-
"SVG1": {
170-
"aliasOf": "SVG"
171-
},
172-
"WAI-ARIA": {
173-
"aliasOf": "WAI-ARIA-1.1"
174-
},
175-
},
176153
lint: {
177154
"privsec-section": false
178155
}
179156
}
180157
</script>
158+
<script src="common/biblio.js" class="remove"></script>
181159
<script type="text/javascript">
182160
var mappingTableLabels = {
183161
viewByTable: "View as a single table",

0 commit comments

Comments
 (0)