-
Notifications
You must be signed in to change notification settings - Fork 5
/
respec-config.js
130 lines (119 loc) · 3.29 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
var respecConfig = {
noRecTrack: true,
tocIntroductory: true,
specStatus: "ED",
maxTocLevel: 3,
shortName: "wcag2ict-22",
//publishDate: "",
copyrightStart: "2022",
license: "document",
previousPublishDate: "2013-09-05",
previousMaturity: "NOTE",
otherLinks: [
{
key: "Previous Version",
data: [
{
href: "https://www.w3.org/TR/wcag2ict-20/",
},
],
},
],
// if there a publicly available Editors Draft, this is the link
edDraftURI: "https://w3c.github.io/wcag2ict/",
editors: [
{
name: "Mary Jo Mueller",
mailto: "[email protected]",
company: "IBM",
companyURI: "https://www.ibm.com/",
w3cid: 46880,
},
{
name: "Chris Loiselle",
mailto: "[email protected]",
company: "Oracle Corporation",
companyURI: "http://www.oracle.com/",
w3cid: 65246,
},
{
name: "Phil Day",
mailto: "[email protected]",
company: "NCR Atleos",
companyURI: "http://www.ncratleos.com/",
w3cid: 139781,
}
],
formerEditors: [
{
name: "Michael Cooper",
company: "W3C",
companyURI: "http://https://www.w3.org/",
},
{
name: "Peter Korn",
company:"Amazon",
companyURI: "https://www.amazon.com/",
},
{
name: "Andi Snow-Weaver",
company: "IBM",
companyURI: "http://www.ibm.com/",
},
{
name: "Gregg Vanderheiden",
company: "Invited Expert, Trace Research and Development Center",
}
],
//authors: [
// { name: "Your Name", url: "http://example.org/",
// company: "Your Company", companyURI: "http://example.com/" },
//],
/*
alternateFormats: [
{ uri: 'wcag21-diff.html', label: "Diff from Previous Recommendation" } ,
{ uri: 'wcag21.ps', label: "PostScript version" },
{ uri: 'wcag21.pdf', label: "PDF version" }
],
*/
group: "ag",
github: "w3c/wcag2ict",
maxTocLevel: 4,
postProcess: [postRespec],
localBiblio: {
"HARDING-BINNIE": {
"authors": [
"Harding G. F. A.",
"Binnie, C.D."
],
"date": "2002",
"title": "Independent Analysis of the ITC Photosensitive Epilepsy Calibration Test Tape"
},
"UNDERSTANDING-WCAG22" : {
"title": "Understanding Web Content Accessibility Guidelines 2.2",
"href": "https://www.w3.org/WAI/WCAG22/Understanding/",
},
"WCAG22-TECHS": {
"title": "Techniques for WCAG 2.2",
href: "https://www.w3.org/WAI/WCAG22/Techniques/",
},
"IEC-4WD": {
"date": "May 5, 1998",
"title": "IEC/4WD 61966-2-1: Colour Measurement and Management in Multimedia Systems and Equipment - Part 2.1: Default Colour Space - sRGB",
},
"ISO_9241-171": {
"isoNumber": "9241-171",
"href": "https://www.iso.org/standard/39080.html",
"title": "Ergonomics of human-system interaction Part 171: Guidance on software accessibility",
"date": "2008",
"publisher": "International Standards Organization"
},
"ISO/IEC_13066-1": {
"isoNumber": "13066-1",
"href": "https://www.iso.org/standard/53770.html",
"date": "2011",
"title": "Information technology - Interoperability with assistive technology (AT) Part 1: Requirements and recommendations for interoperability",
"publisher": "International Standards Organization"
},
},
};