Skip to content

Commit 88ee8a7

Browse files
author
Michael Cooper
authored
respec cleanup (#6)
* Acknowledgements include no longer recursive due to respec change * respecConfig cleanup from #1246
1 parent 339089d commit 88ee8a7

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

graphics-aria/graphics2.html

+1
Original file line numberDiff line numberDiff line change
@@ -2728,6 +2728,7 @@ <h4>Participants active in the PFWG at the time of publication</h4>
27282728
<li>Gottfried Zimmermann (Invited Expert, Access Technologies Group)</li>
27292729
</ul>
27302730
</section>
2731+
<div data-include="common/acknowledgements/funders.html" data-include-replace="true"></div>
27312732
</section>
27322733
</body>
27332734
</html>

graphics-aria/index.html

+3-9
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,13 @@
1313
<script class="remove">
1414
var respecConfig = {
1515
trace: true,
16-
doRDFa: '1.1',
17-
includePermalinks: true,
18-
permalinkEdge: true,
19-
permalinkHide: false,
16+
github: "w3c/graphics-aria",
17+
doJsonLd: true,
2018
// specification status (e.g., WD, LC, NOTE, etc.). If in doubt use ED.
2119
specStatus: "ED",
2220
//crEnd: "2012-04-30",
2321
//perEnd: "2013-07-23",
2422
//publishDate: "2016-08-18",
25-
diffTool: "http://www.aptest.com/standards/htmldiff/htmldiff.pl",
2623

2724
// the specifications short name, as in https://www.w3.org/TR/short-name/
2825
shortName: "graphics-aria-1.0",
@@ -1260,10 +1257,7 @@ <h4>Participants active in the ARIA WG at the time of publication</h4>
12601257
<li>Jason White (Educational Testing Service)</li>
12611258
</ul>
12621259
</section>
1263-
<section class="section" id="ack_funders">
1264-
<h4>Enabling funders</h4>
1265-
<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>
1266-
</section>
1260+
<div data-include="common/acknowledgements/funders.html" data-include-replace="true"></div>
12671261
</section>
12681262
</body>
12691263
</html>

0 commit comments

Comments
 (0)