Skip to content

Commit 2ccc049

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

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

mathml-aam/index.html

+10-3
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
<script class="remove">
1414
// See https://github.com/w3c/respec/wiki/ for how to configure ReSpec
1515
var respecConfig = {
16-
useExperimentalStyles: true,
17-
includePermalinks: true,
16+
github: "w3c/w3c/mathml-aam",
17+
doJsonLd: true,
1818
lint: true,
1919

2020
specStatus: "ED",
2121
shortName: "mathml-aam-1.0",
2222
edDraftURI: "https://w3c.github.io/mathml-aam/",
23-
github: "https://github.com/w3c/mathml-aam",
23+
github: "w3c/mathml-aam",
2424
copyrightStart: "2020",
2525

2626
wg: "Accessible Rich Internet Applications Working Group",
@@ -662,5 +662,12 @@ <h2>Substantive changes since the creation of this specification</h2>
662662
</ul>
663663
</section>
664664
</section>
665+
<section class="appendix informative section" id="acknowledgements">
666+
<h3>Acknowledgments</h3>
667+
<p>The following people contributed to the development of this document.</p>
668+
<div data-include="common/acknowledgements/aria-wg-active.html" data-include-replace="true"></div>
669+
<div data-include="common/acknowledgements/aria-contributors.html" data-include-replace="true"></div>
670+
<div data-include="common/acknowledgements/funders.html" data-include-replace="true"></div>
671+
</section>
665672
</body>
666673
</html>

0 commit comments

Comments
 (0)