From b010a2c170afbbec089cdb8abda48fbaef2c5243 Mon Sep 17 00:00:00 2001
From: Denis Ah-Kang Publication as a Draft Registry does not imply endorsement by W3C and its Members Publication as a Registry Draft does not imply endorsement by W3C and its Members Publication as a Draft Registry does not imply endorsement by W3C and its Members. A Candidate Registry Snapshot has received wide review. Publication as a Registry Draft does not imply endorsement by W3C and its Members. A Candidate Registry Snapshot has received wide review. Group Draft Notes are not endorsed by W3C nor its Members. This Group Draft Note is endorsed by the @@@ Working/Interest Group (and the @@@ Working/Interest Group), but is not endorsed by W3C itself nor its Members. Group Note Drafts are not endorsed by W3C nor its Members. This Group Note Draft is endorsed by the @@@ Working/Interest Group (and the @@@ Working/Interest Group), but is not endorsed by W3C itself nor its Members.
- W3C Group Draft Note
+ W3C Group Note Draft
",
+ "stability": "It must set expectations about the (in)stability of the document. The recommended text is:
",
"draftStability": true,
"patPolReq": true,
"knownDisclosureNumber": true,
@@ -239,7 +239,7 @@
"<a href=\"https://www.w3.org/policies/process/20250818/#recs-and-notes\">Registry track</a>"
],
"customParagraph": true,
- "stability": "It must set expectations about the (in)stability of the document. The recommended text is: <p>Publication as a Draft Registry does not imply endorsement by W3C and its Members. A Candidate Registry Snapshot has received <a href=\"https://www.w3.org/policies/process/20250818/#dfn-wide-review\">wide review</a>.</p><p>Publication as a Registry Draft does not imply endorsement by W3C and its Members. A Candidate Registry Snapshot has received <a href=\"https://www.w3.org/policies/process/20250818/#dfn-wide-review\">wide review</a>.</p>
or
",
+ "stability": "It must set expectations about the (in)stability of the document. The recommended text is:
or
",
"draftStability": true,
"knownDisclosureNumber": true,
"patPolReq": true,
diff --git a/lib/rules/sotd/stability.js b/lib/rules/sotd/stability.js
index 043885db4..b6a713ec5 100644
--- a/lib/rules/sotd/stability.js
+++ b/lib/rules/sotd/stability.js
@@ -12,7 +12,7 @@ async function findSW(candidates, sr) {
let sw = '';
if (
sr.config.longStatus === 'Group Note' ||
- sr.config.longStatus === 'Group Draft Note'
+ sr.config.longStatus === 'Group Note Draft'
) {
// Find the sentence of 'Group Notes are not endorsed by W3C nor its Members.' or 'This Group Note is endorsed by the @@ Group, but is not endorsed by W3C itself nor its Members.'
const groups = sr.getDelivererNames().join(' and the ');
diff --git a/test/doc-views/partials/stability.handlebars b/test/doc-views/partials/stability.handlebars
index e827097ad..c3a69cdeb 100644
--- a/test/doc-views/partials/stability.handlebars
+++ b/test/doc-views/partials/stability.handlebars
@@ -1,7 +1,7 @@
{{! Note Track:}}
{{#config.isNoteTrack}}
{{#config.isDNOTE}}
- Group Draft Notes are not endorsed by W3C nor its Members.
+ Group Note Drafts are not endorsed by W3C nor its Members.
{{/config.isDNOTE}}
{{#config.isNOTE}}
{{sotd.noteNotEndorsedText}}{{! are not endorsed by W3C nor its Members}}.
@@ -70,7 +70,7 @@
{{! Registry Track correct rendered html:
- DRY: Publication as a Draft Registry does not imply endorsement by W3C and its Members. This is a draft document and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to cite this document as other than a work in progress.
+ DRY: Publication as a Registry Draft does not imply endorsement by W3C and its Members. This is a draft document and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to cite this document as other than a work in progress.
CRY: Publication as a Candidate Registry Snapshot does not imply endorsement by W3C and its Members. A Candidate Registry Snapshot has received wide review.
diff --git a/test/docs/2021-dnote.html b/test/docs/2021-dnote.html
index 6861adb4d..a827415f9 100644
--- a/test/docs/2021-dnote.html
+++ b/test/docs/2021-dnote.html
@@ -618,7 +618,7 @@
Ready-made Counter Styles
Status of This Document
- This document was published by the Internationalization Working Group as a Group Draft Note using the Note track. + This document was published by the Internationalization Working Group as a Group Note Draft using the Note track.
- Group Draft Notes are not endorsed by W3C nor its Members. This is a draft document and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to cite this document as other than a work in progress. + Group Note Drafts are not endorsed by W3C nor its Members. This is a draft document and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to cite this document as other than a work in progress.
diff --git a/test/docs/2021-dry.html b/test/docs/2021-dry.html index 00469be1d..3ba53f4de 100644 --- a/test/docs/2021-dry.html +++ b/test/docs/2021-dry.html @@ -616,7 +616,7 @@
- W3C Draft Registry + W3C Registry Draft
- This document was published by the Internationalization Working Group as a Draft Registry using the Registry track. + This document was published by the Internationalization Working Group as a Registry Draft using the Registry track.
- Publication as a Draft Registry does not imply endorsement by W3C and its Members. This is a draft document and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to cite this document as other than a work in progress. + Publication as a Registry Draft does not imply endorsement by W3C and its Members. This is a draft document and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to cite this document as other than a work in progress.
diff --git a/test/samples.js b/test/samples.js index 98802af96..5a553a94a 100644 --- a/test/samples.js +++ b/test/samples.js @@ -128,7 +128,7 @@ export const samples = [ docDate: '2021-11-4', editorIDs: [3439], editorNames: ['Richard Ishida'], - informative: false, + informative: true, process: 'https://www.w3.org/policies/process/20250818/', delivererIDs: [32113], patentPolicy: 'https://www.w3.org/Consortium/Patent-Policy-20170801/',