Skip to content

Commit 7971cc8

Browse files
NOTE
1 parent f161035 commit 7971cc8

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

respec-config.js

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,30 @@
11
var respecConfig = {
22
noRecTrack: true,
33
tocIntroductory: true,
4-
specStatus: "ED",
4+
specStatus: "NOTE",
55
maxTocLevel: 3,
66
shortName: "wcag2ict-22",
77

8-
//publishDate: "",
8+
publishDate: "2025-08-21",
99
copyrightStart: "2022",
1010
license: "document",
1111

12-
previousPublishDate: "2013-09-05",
12+
previousPublishDate: "2024-11-15",
1313
previousMaturity: "NOTE",
1414
otherLinks: [
1515
{
1616
key: "Previous Version",
1717
data: [
1818
{
19-
href: "https://www.w3.org/TR/wcag2ict-20/",
19+
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/",
2028
},
2129
],
2230
},

0 commit comments

Comments
 (0)