We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f161035 commit 7971cc8Copy full SHA for 7971cc8
respec-config.js
@@ -1,22 +1,30 @@
1
var respecConfig = {
2
noRecTrack: true,
3
tocIntroductory: true,
4
- specStatus: "ED",
+ specStatus: "NOTE",
5
maxTocLevel: 3,
6
shortName: "wcag2ict-22",
7
8
- //publishDate: "",
+ publishDate: "2025-08-21",
9
copyrightStart: "2022",
10
license: "document",
11
12
- previousPublishDate: "2013-09-05",
+ previousPublishDate: "2024-11-15",
13
previousMaturity: "NOTE",
14
otherLinks: [
15
{
16
key: "Previous Version",
17
data: [
18
19
- href: "https://www.w3.org/TR/wcag2ict-20/",
+ href: "https://www.w3.org/TR/2024/NOTE-wcag2ict-22-20241115/",
20
+ },
21
+ ],
22
23
+ {
24
+ key: "WCAG2ICT 2.0 W3C Group Note",
25
+ data: [
26
27
+ href: "https://www.w3.org/TR/wcag2ict/",
28
},
29
],
30
0 commit comments