Skip to content

Commit 7d02532

Browse files
author
Michael Cooper
authored
Respec cleanup (#72)
* Acknowledgements include no longer recursive due to respec change * respecConfig cleanup from #1246
1 parent b3e2f6f commit 7d02532

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

core-aam/index.html

+9-4
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,15 @@
1515

1616
<script class="remove">
1717
var respecConfig = {
18-
useExperimentalStyles: true,
19-
includePermalinks: true,
18+
github: "w3c/core-aam",
19+
doJsonLd: true,
2020
lint: true,
2121

2222
// specification status (e.g., WD, LC, NOTE, etc.). If in doubt use ED.
2323
specStatus: "ED",
2424
//crEnd: "2012-04-30",
2525
//perEnd: "2013-07-23",
2626
//publishDate: "2013-08-22",
27-
diffTool: "http://www.aptest.com/standards/htmldiff/htmldiff.pl",
2827

2928
// the specifications short name, as in http://www.w3.org/TR/short-name/
3029
shortName: "core-aam-1.2",
@@ -4572,6 +4571,12 @@ <h2>Substantive changes since the <a href="https://www.w3.org/TR/core-aam-1.1/">
45724571
</ul>
45734572
</section>
45744573
</section>
4575-
<div data-include='common/acknowledgements.html' data-include-replace='true'></div>
4574+
<section class="appendix informative section" id="acknowledgements">
4575+
<h3>Acknowledgments</h3>
4576+
<p>The following people contributed to the development of this document.</p>
4577+
<div data-include="common/acknowledgements/aria-wg-active.html" data-include-replace="true"></div>
4578+
<div data-include="common/acknowledgements/aria-contributors.html" data-include-replace="true"></div>
4579+
<div data-include="common/acknowledgements/funders.html" data-include-replace="true"></div>
4580+
</section>
45764581
</body>
45774582
</html>

0 commit comments

Comments
 (0)