-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathrespec-config.js
More file actions
146 lines (138 loc) · 4.72 KB
/
respec-config.js
File metadata and controls
146 lines (138 loc) · 4.72 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
143
144
145
146
var respecConfig = {
noRecTrack: true,
tocIntroductory: true,
specStatus: "ED",
maxTocLevel: 3,
shortName: "wcag-em-2",
//publishDate: "2026-02-05",
copyrightStart: "2022",
license: "document",
previousPublishDate: "2026-02-05",
previousMaturity: "DNOTE",
otherLinks: [
{
key: "Previous version",
data: [
{
href: "https://www.w3.org/TR/2014/NOTE-WCAG-EM-20140710/",
},
],
},
],
// if there a publicly available Editors Draft, this is the link
edDraftURI: "https://w3c.github.io/wai-wcag-em/",
editors: [
{
name: "Hidde de Vries",
mailto: "hidde.vries@logius.nl",
company: "Logius",
companyURI: "https://www.logius.nl",
w3cid: 152469
},
{
name: "Jeroen Hulscher",
mailto: "jeroen.hulscher@logius.nl",
company: "Logius",
companyURI: "https://www.logius.nl",
w3cid: 150917
},
{
name: "Steve Faulkner",
mailto: "sfaulkner@tetralogical.com",
company: "Tetralogical",
companyURI: "https://tetralogical.com/",
w3cid: 35007
}
],
formerEditors: [
{
name: "Eric Velleman",
company: "Accessibility Foundation",
companyURI: "https://www.accessibility.nl",
},
{
name: "Shadi Abou-Zahra",
company:"W3C/WAI",
companyURI: "https://www.w3.org",
},
],
localBiblio: {
"Easy-Checks" : {
title: "Easy Checks - A First Review of Web Accessibility",
href: "https://www.w3.org/WAI/eval/preliminary",
publisher: "Lawton Henry S, ed (2014). W3C.",
},
"Essential-Components-of-Web-Accessibility" : {
title: "Easy Checks - A First Review of Web Accessibility",
href: "https://www.w3.org/WAI/fundamentals/components/",
publisher: "Lawton Henry S, ed (2005). Essential Components of Web Accessibility. Version 1.3. W3C.",
},
"How-People-with-Disabilities-Use-the-Web" : {
title: "How People with Disabilities Use the Web.",
href: "https://www.w3.org/WAI/people-use-web/",
publisher: "Abou-Zahra S, ed (2012). Draft. W3C.",
},
"Involving-Users-in-Evaluating-Web-Accessibility" : {
title: "Involving Users in Evaluating Web Accessibility",
href: "https://www.w3.org/WAI/test-evaluate/involving-users/",
publisher: "Lawton Henry S, ed (2010). Involving Users in Evaluating Web Accessibility. W3C.",
},
"Selecting-Web-Accessibility-Evaluation-Tools" : {
title: "Selecting Web Accessibility Evaluation Tools",
href: "https://www.w3.org/WAI/test-evaluate/tools/selecting/",
publisher: "Abou-Zahra S, ed (2005). W3C.",
},
"Using-Combined-Expertise-to-Evaluate-Web-Accessibility" : {
title: "Using Combined Expertise to Evaluate Web Accessibility",
href: "https://www.w3.org/WAI/test-evaluate/combined-expertise/",
publisher: "Brewer J, ed (2002). W3C.",
},
"UWEM" : {
title: "D-WAB4 Unified Web Evaluation Methodology (UWEM 1.2 Core)",
href: "https://link.springer.com/chapter/10.1007/978-3-540-73283-9_21",
publisher: "Velleman E.M, Velasco C.A, Snaprud M, eds (2007). Wabcluster.",
},
"WCAG2-Overview" : {
title: "Web Content Accessibility Guidelines (WCAG) Overview",
href: "https://www.w3.org/WAI/standards-guidelines/wcag/",
publisher: "Lawton Henry S, ed (2012). W3C.",
},
"WCAG22-TECHS" : {
title: "Techniques and Failures for Web Content Accessibility Guidelines 2.2",
href: "https://www.w3.org/WAI/WCAG22/Techniques/",
publisher: "Campbell A, Adams C, Montgomery RB, Cooper M, eds (2025). Techniques and Failures for Web Content Accessibility Guidelines 2.2. W3C.",
},
"Understanding-WCAG22" : {
title: "Understanding WCAG 2.2 - A guide to understanding and implementing Web Content Accessibility Guidelines 2.2",
href: "https://www.w3.org/WAI/WCAG22/Understanding/",
publisher: "Campbell A, Adams C, Montgomery RB, Cooper M, eds (2025). W3C.",
},
"WCAG-EM-Report-Tool": {
title: "WCAG-EM Report Tool",
href: "https://www.w3.org/WAI/eval/report-tool/",
publisher: "Abou-Zahra S, project lead, de Vries H, design/development, Hansma M, development (2021). W3C",
},
},
//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/wai-wcag-em",
maxTocLevel: 4,
postProcess: [
() => {
// Remove stray <p> elements added by Markdown between dt/dd elements
document.querySelectorAll("dl > p:empty").forEach((el) => el.remove());
// Remove all of respec's section numbers, to avoid confusion with our manual step numbering
document.querySelectorAll('.secno').forEach(el => el.remove());
}
]
};