Skip to content

Commit 0090f01

Browse files
committed
* Set ECHIDNA config for CR.
* Update implementation report. * Add crEnd and implementationReportURI config parameters.
1 parent 0bab44d commit 0090f01

File tree

6 files changed

+30137
-25264
lines changed

6 files changed

+30137
-25264
lines changed

ECHIDNA

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# ECHIDNA configuration
2-
index.html?specStatus=WD&shortName=json-ld11-api respec
2+
index.html?specStatus=CR&shortName=json-ld11-api respec

index.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,16 @@
2424

2525
// if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
2626
// and its maturity status
27-
prevVersion: "https://www.w3.org/TR/2019/WD-json-ld11-api-20191018/",
28-
previousPublishDate: "2019-10-18",
27+
prevVersion: "https://www.w3.org/TR/2019/WD-json-ld11-api-20191112/",
28+
previousPublishDate: "2019-11-12",
2929
previousMaturity: "WD",
3030
prevRecURI: "https://www.w3.org/TR/2014/REC-json-ld-api-20140116/",
3131

3232
// if there a publicly available Editor's Draft, this is the link
3333
edDraftURI: "https://w3c.github.io/json-ld-api/",
3434
testSuiteURI: "https://w3c.github.io/json-ld-api/tests/",
35+
implementationReportURI:"https://w3c.github.io/json-ld-api/reports/",
36+
crEnd: "2020-02-17",
3537
github: "https://github.com/w3c/json-ld-api/",
3638
issueBase: "https://github.com/w3c/json-ld-api/issues/",
3739

0 commit comments

Comments
 (0)