Skip to content

Commit 61080ea

Browse files
author
Michael Cooper
committed
Config as editors draft for new go-around
1 parent dc780ae commit 61080ea

File tree

2 files changed

+5
-21
lines changed

2 files changed

+5
-21
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<title>Inaccessibility of CAPTCHAtitle>
6-
<script src="https://www.w3.org/Tools/respec/respec-w3c-common" class="remove">script>
6+
<script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove">script>
77
<script src="respec-config.js" class="remove">script>
88
<script src="../biblio.js" class="remove">script>
99
head>

respec-config.js

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@ var respecConfig = {
2121

2222
// if you wish the publication date to be other than today, set this
2323
//publishDate: "2014-12-11",
24-
copyrightStart: "2018",
24+
copyrightStart: "2021",
2525
license: "w3c-software-doc",
2626

2727
// if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
2828
// and its maturity status
29-
previousPublishDate: "2005-11-23",
29+
previousPublishDate: "2019-12-09",
3030
previousMaturity: "NOTE",
3131
//prevRecURI: "",
3232
//previousDiffURI: "",
3333

3434
// if there a publicly available Editors Draft, this is the link
35-
edDraftURI: "https://w3c.github.io/apa/captcha/",
35+
edDraftURI: "https://w3c.github.io/captcha-accessibility/",
3636

3737
// if this is a LCWD, uncomment and set the end of its review period
3838
// lcEnd: "2012-02-21",
@@ -48,19 +48,16 @@ var respecConfig = {
4848
{
4949
name: "Janina Sajka",
5050
url: "http://rednote.net/",
51-
mailto: "[email protected]",
5251
w3cid: 33688
5352
},
5453
{
5554
name: "Jason White",
5655
url: "http://www.ets.org/",
57-
mailto: "[email protected]",
5856
w3cid: 74028
5957
},
6058
{
6159
name: "Michael Cooper",
6260
url: 'https://www.w3.org',
63-
mailto: "[email protected]",
6461
company: "W3C",
6562
companyURI: "https://www.w3.org",
6663
w3cid: 34017
@@ -95,20 +92,7 @@ var respecConfig = {
9592
// errata: 'https://www.w3.org/2010/02/rdfa/errata.html',
9693

9794
// name of the WG
98-
wg: "Accessible Platform Architectures Working Group",
99-
100-
// URI of the public WG page
101-
wgURI: "https://www.w3.org/WAI/APA/",
102-
103-
// name (with the @w3c.org) of the public mailing to which comments are due
104-
wgPublicList: "public-apa",
105-
106-
// URI of the patent status for this WG, for Rec-track documents
107-
// !!!! IMPORTANT !!!!
108-
// This is important for Rec-track documents, do not copy a patent URI from a random
109-
// document unless you know what you're doing. If in doubt ask your friendly neighbourhood
110-
// Team Contact.
111-
wgPatentURI: "https://www.w3.org/2004/01/pp-impl/83907/status",
95+
group: "apa",
11296
maxTocLevel: 4,
11397

11498
};

0 commit comments

Comments
 (0)