Skip to content

Commit 5b858c1

Browse files
authored
Change back to Editors Draft (#609)
* Change back to Editors Draft * Comment out date * Explainer to ED
1 parent a082065 commit 5b858c1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/components/respec/ExplainerRespec.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
permalinkEdge: true,
3939
permalinkHide: false,
4040
// specification status (e.g., WD, LC, NOTE, etc.). If in doubt use ED.
41-
specStatus: "DNOTE",
41+
specStatus: "ED",
4242
//crEnd: "2012-04-30",
4343
//perEnd: "2013-07-23",
44-
publishDate: "2026-03-03",
44+
//publishDate: "2026-03-03",
4545

4646
// the specifications short name, as in https://www.w3.org/TR/short-name/
4747
shortName: "wcag-3.0-explainer",

src/components/respec/GuidelinesRespec.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,10 +365,10 @@ import GuidelinesRespecDev from "./GuidelinesRespecDev.astro";
365365
permalinkEdge: true,
366366
permalinkHide: false,
367367
// specification status (e.g., WD, LC, NOTE, etc.). If in doubt use ED.
368-
specStatus: "WD",
368+
specStatus: "ED",
369369
//crEnd: "2012-04-30",
370370
//perEnd: "2013-07-23",
371-
publishDate: "2026-03-03",
371+
//publishDate: "2026-03-03",
372372

373373
// the specifications short name, as in https://www.w3.org/TR/short-name/
374374
shortName: "wcag-3.0",

0 commit comments

Comments
 (0)