-
Notifications
You must be signed in to change notification settings - Fork 0
/
respec-config.js
70 lines (54 loc) · 1.84 KB
/
respec-config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
var respecConfig = {
// embed RDFa data in the output
trace: true,
doRDFa: '1.1',
includePermalinks: true,
permalinkEdge: true,
permalinkHide: false,
noRecTrack: true,
// specification status (e.g., WD, LC, NOTE, etc.). If in doubt use ED.
specStatus: "DNOTE",
//crEnd: "2012-04-30",
//perEnd: "2013-07-23",
//publishDate: "2024-05-28",
// the specifications short name, as in https://www.w3.org/TR/short-name/
shortName: "wcag2mobile",
// if you wish the publication date to be other than today, set this
// publishDate: "2009-08-06",
copyrightStart: "2022",
license: "document",
// if there a publicly available Editors Draft, this is the link
edDraftURI: "https://w3c.github.io/matf/",
// if this is a LCWD, uncomment and set the end of its review period
// lcEnd: "2012-02-21",
// editors, add as many as you like
// only "name" is required
editors:[ {
name: "Jan Jaap de Groot",
mailto: "janjaap@abra.nl preferred email address",
company: "Abra",
companyURI: "https://abra.ai",
w3cid: 137024
}],
// authors, add as many as you like.
// This is optional, uncomment if you have authors as well as editors.
// only "name" is required. Same format as editors.
//authors: [
// { name: "Your Name", url: "http://example.org/",
// company: "Your Company", companyURI: "http://example.com/" },
//],
/*
alternateFormats: [
{ uri: 'aria-diff.html', label: "Diff from Previous Recommendation" } ,
{ uri: 'aria.ps', label: "PostScript version" },
{ uri: 'aria.pdf', label: "PDF version" }
],
*/
// errata: 'https://www.w3.org/2010/02/rdfa/errata.html',
group: "ag",
github: "w3c/matf",
// name (without the @w3.org) of the public mailing to which comments are due
wgPublicList: "public-mobile-a11y-tf",
maxTocLevel: 3,
postProcess: [postRespec],
};