From 4ef75a4fb2fe946215493c9b6f8d63739a159cbe Mon Sep 17 00:00:00 2001
From: Gregg Kellogg
Date: Fri, 13 Oct 2023 10:17:26 -0700
Subject: [PATCH] Add CR exit criteria.
---
spec/index.html | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/spec/index.html b/spec/index.html
index 83a5d4e..fe07bea 100644
--- a/spec/index.html
+++ b/spec/index.html
@@ -62,6 +62,7 @@
// name of the
group: "rch",
+ crEnd: "2023-11-20",
testSuiteURI: "https://w3c.github.io/rdf-canon/tests/",
implementationReportURI: "https://w3c.github.io/rdf-canon/reports/",
xref: ["infra"],
@@ -151,6 +152,11 @@
normatively in this specification with the expectation
that a future update to this specification will replace those with normative
references to updated RDF specifications.
+
+ To successfully advance to Proposed Recommendation,
+ each test in the test suite
+ MUST be passed by at least three independent implementations.
+ Two independent implementations MUST pass all tests.