diff --git a/lib/profiles/TR/Note/DNOTE.js b/lib/profiles/TR/Note/DNOTE.js index e2a2bf3f3..5e8b338f3 100644 --- a/lib/profiles/TR/Note/DNOTE.js +++ b/lib/profiles/TR/Note/DNOTE.js @@ -6,7 +6,7 @@ export const name = 'DNOTE'; export const config = { ...baseConfig, status: 'DNOTE', - longStatus: 'Group Draft Note', + longStatus: 'Group Note Draft', styleSheet: 'W3C-DNOTE', }; diff --git a/lib/profiles/TR/Registry/DRY.js b/lib/profiles/TR/Registry/DRY.js index 85cc46512..e3daa6d89 100644 --- a/lib/profiles/TR/Registry/DRY.js +++ b/lib/profiles/TR/Registry/DRY.js @@ -6,7 +6,7 @@ export const name = 'DRY'; export const config = { ...baseConfig, status: 'DRY', - longStatus: 'Draft Registry', + longStatus: 'Registry Draft', styleSheet: 'W3C-DRY', }; diff --git a/lib/rules.json b/lib/rules.json index 355e43382..cede27213 100644 --- a/lib/rules.json +++ b/lib/rules.json @@ -91,7 +91,7 @@ "profiles": { "DRY": { "order": 1, - "name": "Draft Registry", + "name": "Registry Draft", "sections": { "format": { "name": "1. Normative Document Representation", @@ -118,7 +118,7 @@ "logo": true, "title": true, "versionNumber": [""], - "dateState": ["Draft Registry", ""], + "dateState": ["Registry Draft", ""], "docIDFormat": true, "docIDOrder": true, "docIDThisVersion": ["DRY"], @@ -145,12 +145,12 @@ "boilerplateTRDoc": true, "datesFormat": true, "publish": [ - "Draft Registry", + "Registry Draft", "Registry track", "<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:

Publication as a Draft Registry does not imply endorsement by W3C and its Members

", + "stability": "It must set expectations about the (in)stability of the document. The recommended text is:

Publication as a Registry Draft does not imply endorsement by W3C and its Members

", "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:

Publication as a Draft Registry does not imply endorsement by W3C and its Members. A Candidate Registry Snapshot has received wide review.

Include this source code:
<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>
", + "stability": "It must set expectations about the (in)stability of the document. The recommended text is:

Publication as a Registry Draft does not imply endorsement by W3C and its Members. A Candidate Registry Snapshot has received wide review.

Include this source code:
<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>
", "reviewEndDate": "It must include a minimal duration (before which the group will not request the next transition). The duration must be expressed as an estimated date.", "knownDisclosureNumber": true, "patPolReq": true, @@ -453,7 +453,7 @@ "profiles": { "DNOTE": { "order": 1, - "name": "Group Draft Note", + "name": "Group Note Draft", "sections": { "format": { "name": "1. Normative Document Representation", @@ -480,7 +480,7 @@ "logo": true, "title": true, "versionNumber": [""], - "dateState": ["Group Draft Note", ""], + "dateState": ["Group Note Draft", ""], "docIDFormat": true, "docIDOrder": true, "docIDThisVersion": ["DNOTE"], @@ -506,12 +506,12 @@ "sotd": true, "boilerplateTRDoc": true, "publish": [ - "Group Draft Note", + "Group Note Draft", "Note track", "<a href=\"https://www.w3.org/policies/process/20250818/#recs-and-notes\">Note track</a>" ], "customParagraph": true, - "stability": "It must set expectations about the (in)stability of the document. The recommended text is:

Group Draft Notes are not endorsed by W3C nor its Members.

or

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.

", + "stability": "It must set expectations about the (in)stability of the document. The recommended text is:

Group Note Drafts are not endorsed by W3C nor its Members.

or

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.

", "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. {{sotd.draftText}}{{! 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 work in progress.}} + Group Note Drafts are not endorsed by W3C nor its Members. {{sotd.draftText}}{{! 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 work in progress.}} {{/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

- W3C Group Draft Note + W3C Group Note Draft

@@ -700,11 +700,11 @@

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 @@

Ready-made Counter Styles

- W3C Draft Registry + W3C Registry Draft

@@ -701,11 +701,11 @@

Status of This Document

- 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/',