Skip to content

Commit

Permalink
chore: fixup script ordering, nits
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos Cáceres committed Apr 15, 2020
1 parent c74e8e4 commit 98ea192
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
6 changes: 3 additions & 3 deletions aria-practices.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<head>
<meta charset="utf-8" />
<title>WAI-ARIA Authoring Practices 1.2</title>
<script src="https://www.w3.org/Tools/respec/respec-w3c-common" class="remove"></script>
<script src="common/script/resolveReferences.js" class="remove"></script>
<script src="common/biblio.js" class="remove"></script>
<script src="respec-config.js" class="remove"></script>
<script src="common/biblio.js" class="remove"></script>
<script src="https://www.w3.org/Tools/respec/respec-w3c-common" class="remove"></script>
<link href="common/css/common.css" rel="stylesheet" type="text/css" />
</head>
<body>
Expand All @@ -26,7 +26,7 @@
of the
<a href="https://www.w3.org/WAI/">Web Accessibility Initiative</a>.
It supports the
<a href="" class="specref">WAI-ARIA 1.2</a> [<cite><a href="#bib-WAI-ARIA" class="bibref">WAI-ARIA</a></cite>]
[[[wai-aria-1.2]]] [[WAI-ARIA-1.2]]
specification, providing detailed advice and examples beyond what would be appropriate to a technical specification but which are important to understand the specification.
</p>
<p> This draft includes only a portion of content planned for WAI-ARIA Authoring Practices 1.2. To see plans for the complete guide, review the <a href="https://github.com/w3c/aria-practices/milestones?direction=asc&amp;sort=due_date&amp;state=open">Authoring Practices Milestone Plan</a>. </p>
Expand Down
14 changes: 3 additions & 11 deletions respec-config.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
var respecConfig = {
// Embed RDFa data in the output.
doRDFa: '1.2',
includePermalinks: true,
permalinkEdge: true,
permalinkHide: false,
// 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",
noRecTrack: true,
diffTool: 'http://www.aptest.com/standards/htmldiff/htmldiff.pl',
license: 'w3c-software-doc',

// The specifications short name, as in http://www.w3.org/TR/short-name/
shortName: 'wai-aria-practices-1.2',
Expand Down Expand Up @@ -72,19 +67,19 @@ var respecConfig = {
company: 'Inclusive Design Research Centre, OCAD University',
companyURI: 'http://idrc.ocad.ca/',
w3cid: 42279,
note: 'Editor until October 2014'
retiredDate: '2014-10-01'
}, {
name: 'Lisa Pappas',
company: 'SAS',
companyURI: 'http://www.sas.com/',
w3cid: 41725,
note: 'Editor until October 2009'
retiredDate: '2009-10-01'
}, {
name: 'Rich Schwerdtfeger',
company: 'IBM Corporation',
companyURI: 'http://ibm.com/',
w3cid: 2460,
note: 'Editor until October 2014'
retiredDate: '2014-10-01'
}],

// Authors, add as many as you like.
Expand Down Expand Up @@ -160,8 +155,5 @@ var respecConfig = {
// If in doubt ask your friendly neighbourhood Team Contact.
wgPatentURI: 'https://www.w3.org/2004/01/pp-impl/83726/status',
maxTocLevel: 4,

localBiblio: biblio,

preProcess: [ linkCrossReferences ]
};

0 comments on commit 98ea192

Please sign in to comment.