Skip to content

Commit

Permalink
Respec cleanup (w3c#1274)
Browse files Browse the repository at this point in the history
* chore: remove redudant config options

* Acknowledgements include no longer recursive due to respec change

* revert license change

Co-authored-by: Marcos Cáceres <[email protected]>
  • Loading branch information
Michael Cooper and Marcos Cáceres authored Jul 10, 2020
1 parent 102b8ee commit 648b9da
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
19 changes: 9 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,17 @@
<script src="common/script/resolveReferences.js" class="remove"></script>
<script class="remove">
var respecConfig = {
// embed RDFa data in the output
trace: true,
useExperimentalStyles: true,
doRDFa: '1.1',
includePermalinks: true,
permalinkEdge: true,
permalinkHide: false,
github: "w3c/aria",
doJsonLd: true,
// specification status (e.g., WD, LC, NOTE, etc.). If in doubt use ED.
specStatus: "ED",
//crEnd: "2012-04-30",
//perEnd: "2013-07-23",
//publishDate: "2013-08-22",
diffTool: "http://www.aptest.com/standards/htmldiff/htmldiff.pl",

// the specifications short name, as in https://www.w3.org/TR/short-name/
shortName: "wai-aria-1.2",


// if you wish the publication date to be other than today, set this
//publishDate: "2014-12-11",
copyrightStart: "2013",
Expand Down Expand Up @@ -13879,6 +13872,12 @@ <h2>WAI-ARIA Role, State, and Property Quick Reference</h2>
<p class="placeholder">Placeholder for quick reference table</p>
</section>
-->
<div data-include='common/acknowledgements.html' data-oninclude='fixIncludes' data-include-replace='true'></div>
<section class="appendix informative section" id="acknowledgements">
<h3>Acknowledgments</h3>
<p>The following people contributed to the development of this document.</p>
<div data-include="common/acknowledgements/aria-wg-active.html" data-include-replace="true"></div>
<div data-include="common/acknowledgements/aria-contributors.html" data-include-replace="true"></div>
<div data-include="common/acknowledgements/funders.html" data-include-replace="true"></div>
</section>
</body>
</html>
8 changes: 7 additions & 1 deletion requirements/aria-requirements.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,12 @@ <h2>Other substantive changes since the <a href="@@">First Public Working Draft<
</ul>
</section>
</section>
<div data-include='../common/acknowledgements.html' data-oninclude='fixIncludes' data-include-replace='true'></div>
<section class="appendix informative section" id="acknowledgements">
<h3>Acknowledgments</h3>
<p>The following people contributed to the development of this document.</p>
<div data-include="../common/acknowledgements/aria-wg-active.html" data-include-replace="true"></div>
<div data-include="../common/acknowledgements/aria-contributors.html" data-include-replace="true"></div>
<div data-include="../common/acknowledgements/funders.html" data-include-replace="true"></div>
</section>
</body>
</html>

0 comments on commit 648b9da

Please sign in to comment.