Skip to content

Commit 02c9b4a

Browse files
author
Michael Cooper
committed
set up for possible CR publication
1 parent 2d6faae commit 02c9b4a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/auto-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
VALIDATE_WEBIDL: false
2727
VALIDATE_MARKUP: false
2828
W3C_BUILD_OVERRIDE: |
29-
specStatus: WD
29+
specStatus: CRD

index.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@
2020
lint: true,
2121

2222
// specification status (e.g., WD, LC, NOTE, etc.). If in doubt use ED.
23-
specStatus: "ED",
24-
//crEnd: "2012-04-30",
23+
specStatus: "CRD",
24+
crEnd: "2023-01-02",
25+
implementationReportURI: "https://w3c.github.io/test-results/core-aam-1.2/",
26+
2527
//perEnd: "2013-07-23",
2628
//publishDate: "2013-08-22",
2729

@@ -35,7 +37,7 @@
3537
// if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
3638
// and its maturity status
3739
//previousPublishDate: "2014-06-12",
38-
//previousMaturity: "WD",
40+
previousMaturity: "CR",
3941
prevRecURI: "https://www.w3.org/TR/core-aam-1.1/",
4042
//previousDiffURI: "http://www.w3.org/TR/2014/REC-wai-aria-implementation-20140320/",
4143

0 commit comments

Comments
 (0)