|
5 | 5 | <meta content="text/html; charset=utf-8" http-equiv="Content-Type" /> |
6 | 6 | <script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove"></script> |
7 | 7 | <script src="common/script/resolveReferences.js" class="remove"></script> |
8 | | - <script src="common/biblio.js" class="remove"></script> |
9 | 8 | <script src="common/script/mapping-tables.js"></script> |
10 | 9 | <link href="common/css/mapping-tables.css" rel="stylesheet" type="text/css" /> |
11 | 10 | <link href="common/css/common.css" rel="stylesheet" type="text/css" /> |
|
124 | 123 | "WD" : "https://www.w3.org/TR/dpub-aria-1.1/", |
125 | 124 | "REC": "https://www.w3.org/TR/dpub-aria-1.1/" |
126 | 125 | }, |
| 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 | + }, |
127 | 150 | preProcess: [ linkCrossReferences, mappingTables ], |
128 | 151 | postProcess: [ ], |
129 | 152 | 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 | | -}, |
176 | 153 | lint: { |
177 | 154 | "privsec-section": false |
178 | 155 | } |
179 | 156 | } |
180 | 157 | </script> |
| 158 | + <script src="common/biblio.js" class="remove"></script> |
181 | 159 | <script type="text/javascript"> |
182 | 160 | var mappingTableLabels = { |
183 | 161 | viewByTable: "View as a single table", |
|
0 commit comments