forked from w3c/wcag2ict
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrespec-config.js
More file actions
142 lines (132 loc) · 3.53 KB
/
respec-config.js
File metadata and controls
142 lines (132 loc) · 3.53 KB
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
131
132
133
134
135
136
137
138
139
140
141
142
var respecConfig = {
noRecTrack: true,
tocIntroductory: true,
specStatus: "DNOTE",
maxTocLevel: 3,
shortName: "wcag2ict-22",
// publishDate: "2025-08-21",
copyrightStart: "2022",
license: "document",
previousPublishDate: "2024-11-15",
previousMaturity: "NOTE",
otherLinks: [
{
key: "Previous Version",
data: [
{
href: "https://www.w3.org/TR/2024/NOTE-wcag2ict-22-20241115/",
},
],
},
{
key: "WCAG2ICT 2.0 W3C Group Note",
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: "maryjom@us.ibm.com",
company: "IBM",
companyURI: "https://www.ibm.com/",
w3cid: 46880,
},
{
name: "Phil Day",
mailto: "phil.day@ncratleos.com",
company: "NCR Atleos",
companyURI: "https://www.ncratleos.com/",
w3cid: 139781,
},
{
name: "Daniel Montalvo",
mailto: "dmontalvo@w3.org",
company: "W3C",
companyURI: "https://www.w3.org/",
w3cid: 114058,
}
],
formerEditors: [
{
name: "Michael Cooper",
company: "W3C",
companyURI: "https://https://www.w3.org/",
},
{
name: "Peter Korn",
company:"Amazon",
companyURI: "https://www.amazon.com/",
},
{
name: "Chris Loiselle",
company: "Oracle Corporation",
companyURI: "https://www.oracle.com/",
},
{
name: "Andi Snow-Weaver",
company: "IBM",
companyURI: "https://www.ibm.com/",
},
{
name: "Gregg Vanderheiden",
company: "Invited Expert, Trace Research and Development Center",
}
],
//authors: [
// { name: "Your Name", url: "https://example.org/",
// company: "Your Company", companyURI: "https://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"
},
},
};