Skip to content

Commit 3c65a46

Browse files
author
Michael Cooper
authored
respec cleanup (#4)
* Acknowledgements include no longer recursive due to respec change * respecConfig cleanup from #1246
1 parent 041719a commit 3c65a46

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

graphics-aam/index.html

+4-8
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
<!--<link href="css/dpub-aam.css" rel="stylesheet" type="text/css"/>-->
1414
<script class="remove">
1515
var respecConfig = {
16-
includePermalinks: true,
16+
github: "w3c/graphics-aam",
17+
doJsonLd: true,
1718

1819
// specification status (e.g., WD, LC, NOTE, etc.). If in doubt use ED.
1920
specStatus: "ED",
2021
//crEnd: "2012-04-30",
2122
//perEnd: "2013-07-23",
2223
//publishDate: "2016-08-18",
23-
diffTool: "http://www.aptest.com/standards/htmldiff/htmldiff.pl",
2424

2525
// the specifications short name, as in https://www.w3.org/TR/short-name/
2626
shortName: "graphics-aam-1.0",
@@ -38,8 +38,7 @@
3838
//previousDiffURI: "https://www.w3.org/TR/2014/REC-wai-aria-implementation-20140320/",
3939

4040
// if there a publicly available Editors Draft, this is the link
41-
github: "https://github.com/graphics-aam/",
42-
//edDraftURI: "https://w3c.github.io/graphics-aam/",
41+
edDraftURI: "https://w3c.github.io/graphics-aam/",
4342

4443
// if this is a LCWD, uncomment and set the end of its review period
4544
// lcEnd: "2012-02-21",
@@ -469,10 +468,7 @@ <h4>Participants active in the ARIA WG at the time of publication</h4>
469468
<li>Jason White (Educational Testing Service)</li>
470469
</ul>
471470
</section>
472-
<section class="section" id="ack_funders">
473-
<h4>Enabling funders</h4>
474-
<p>This publication has been funded in part with U.S. Federal funds from the Department of Education, National Institute on Disability, Independent Living, and Rehabilitation Research (NIDILRR), initially under contract number ED-OSE-10-C-0067 and currently under contract number HHSP23301500054C. The content of this publication does not necessarily reflect the views or policies of the U.S. Department of Education, nor does mention of trade names, commercial products, or organizations imply endorsement by the U.S. Government.</p>
475-
</section>
471+
<div data-include="common/acknowledgements/funders.html" data-include-replace="true"></div>
476472
</section>
477473
</body>
478474
</html>

0 commit comments

Comments
 (0)