Skip to content

Commit c2eb9e5

Browse files
author
Michael Cooper
authored
Respec cleanup (#13)
* Acknowledgements include no longer recursive due to respec change * respecConfig cleanup from #1246
1 parent db64769 commit c2eb9e5

File tree

1 file changed

+4
-17
lines changed

1 file changed

+4
-17
lines changed

svg-aam/index.html

+4-17
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@
1212
<!--<link href="css/svg-aam.css" rel="stylesheet" type="text/css"/>-->
1313
<script class="remove">
1414
var respecConfig = {
15-
includePermalinks: true,
15+
doJsonLd: true,
1616

1717
// specification status (e.g., WD, LC, NOTE, etc.). If in doubt use ED.
1818
specStatus: "ED",
1919
//crEnd: "2012-04-30",
2020
//perEnd: "2013-07-23",
2121
//publishDate: "2016-08-18",
22-
diffTool: "http://www.aptest.com/standards/htmldiff/htmldiff.pl",
2322

2423
// the specifications short name, as in http://www.w3.org/TR/short-name/
2524
shortName: "svg-aam-1.0",
@@ -36,7 +35,7 @@
3635
//previousDiffURI: "http://www.w3.org/TR/2014/REC-wai-aria-implementation-20140320/",
3736

3837
// if there a publicly available Editors Draft, this is the link
39-
github: "https://github.com/w3c/svg-aam",
38+
github: "w3c/svg-aam",
4039

4140
// if this is a LCWD, uncomment and set the end of its review period
4241
// lcEnd: "2012-02-21",
@@ -2463,20 +2462,8 @@ <h4>Past participants in the SVG Accessibility Task Force</h4>
24632462
<li>Jason White (Educational Testing Service)</li>
24642463
</ul>
24652464
</section>
2466-
<section class="section" id="ack_funders">
2467-
<h4>Enabling funders</h4>
2468-
<p>
2469-
This publication has been funded in part with
2470-
Federal funds from the U.S. Department of Education,
2471-
National Institute on Disability, Independent Living, and Rehabilitation Research (NIDILRR)
2472-
under contract number ED-OSE-10-C-0067.
2473-
The content of this publication does not necessarily reflect
2474-
the views or policies of the U.S. Department of Education,
2475-
nor does mention of trade names, commercial products, or organizations
2476-
imply endorsement by the U.S. Government.
2477-
</p>
2478-
</section>
2479-
</section>
2465+
<div data-include="common/acknowledgements/funders.html" data-include-replace="true"></div>
2466+
</section>
24802467

24812468
<section class="appendix" id="issue-summary">
24822469
<!-- A list of issues will magically appear here -->

0 commit comments

Comments
 (0)