diff --git a/lib/l10n-en_GB.js b/lib/l10n-en_GB.js
index 26fb26d81..17b38d97b 100644
--- a/lib/l10n-en_GB.js
+++ b/lib/l10n-en_GB.js
@@ -186,12 +186,9 @@ export const messages = {
'sotd.stability.no-cr-review':
'No wide review link for Candidate Recommendation',
'sotd.stability.wrong-cr-review-link':
- "Wrong wide review link for Candidate Recommendation, link should be 'https://www.w3.org/policies/process/20231103/#dfn-wide-review'",
+ "Wrong wide review link for Candidate Recommendation, link should be 'https://www.w3.org/policies/process/20250818/#dfn-wide-review'",
'sotd.stability.no-licensing-link':
"Wrong royalty-free licensing link for CR and REC, link should be ${licensingLink} with text '${licensingText}'",
- // sotd/review-end
- 'sotd.review-end.not-found': 'No review end date found.',
- 'sotd.review-end.found': 'Review end date found: ${date}',
// sotd/candidate-review-end
'sotd.candidate-review-end.not-found':
'No minimal review end for candidate document date found.',
@@ -262,11 +259,6 @@ export const messages = {
'The process document (${process}) you are using is deprecated.',
'sotd.process-document.previous-not-allowed':
'The process document (${process}) you are using is no longer allowed.',
- // sotd/ac-review
- 'sotd.ac-review.found':
- 'Found a link to an online questionnaire: ${link}. Does this link provide access to the review form?',
- 'sotd.ac-review.not-found':
- 'Did not find information about a forum for AC Representative feedback.',
// sotd/diff
'sotd.diff.note': false,
// sotd/rescind
@@ -278,7 +270,7 @@ export const messages = {
'Deliverer not found. An attribute data-deliverer
must be in the SotD',
// sotd/new-features
'sotd.new-features.no-link':
- 'The paragraph on future updates to the recommendation should include a link to the new features: https://www.w3.org/policies/process/20231103/#allow-new-features',
+ 'The paragraph on future updates to the recommendation should include a link to the new features: https://www.w3.org/policies/process/20250818/#allow-new-features',
'sotd.new-features.no-warning':
"If it is the intention to incorporate new features in future updates of the Recommendation, please make sure to identify the document as intending to allow new features.",
// structure/canonical
diff --git a/lib/profiles/TR/Recommendation/CR.js b/lib/profiles/TR/Recommendation/CR.js
index 32aa4cab6..b0032479f 100644
--- a/lib/profiles/TR/Recommendation/CR.js
+++ b/lib/profiles/TR/Recommendation/CR.js
@@ -1,4 +1,5 @@
import * as candidateReviewEnd from '../../../rules/sotd/candidate-review-end.js';
+import * as newFeatures from '../../../rules/sotd/new-features.js';
import { insertAfter } from '../../profileUtil.js';
import {
config as baseConfig,
@@ -15,5 +16,6 @@ export const config = {
};
export const rules = insertAfter(baseRules, 'sotd.process-document', [
+ newFeatures,
candidateReviewEnd,
]);
diff --git a/lib/profiles/TR/Recommendation/CRD.js b/lib/profiles/TR/Recommendation/CRD.js
index f7df75012..fa6b132f3 100644
--- a/lib/profiles/TR/Recommendation/CRD.js
+++ b/lib/profiles/TR/Recommendation/CRD.js
@@ -1,4 +1,5 @@
import * as draftStability from '../../../rules/sotd/draft-stability.js';
+import * as newFeatures from '../../../rules/sotd/new-features.js';
import { insertAfter } from '../../profileUtil.js';
import {
config as baseConfig,
@@ -14,4 +15,7 @@ export const config = {
styleSheet: 'W3C-CRD',
};
-export const rules = insertAfter(baseRules, 'sotd.pp', [draftStability]);
+export const rules = insertAfter(baseRules, 'sotd.pp', [
+ newFeatures,
+ draftStability,
+]);
diff --git a/lib/profiles/TR/Recommendation/PR.js b/lib/profiles/TR/Recommendation/PR.js
deleted file mode 100644
index 6d4c99ff7..000000000
--- a/lib/profiles/TR/Recommendation/PR.js
+++ /dev/null
@@ -1,24 +0,0 @@
-import * as acReview from '../../../rules/sotd/ac-review.js';
-import * as draftStability from '../../../rules/sotd/draft-stability.js';
-import * as newFeatures from '../../../rules/sotd/new-features.js';
-import * as reviewEnd from '../../../rules/sotd/review-end.js';
-import { insertAfter } from '../../profileUtil.js';
-import {
- config as baseConfig,
- rules as baseRules,
-} from './recommendation-base.js';
-
-export const name = 'PR';
-export const config = {
- ...baseConfig,
- status: 'PR',
- longStatus: 'Proposed Recommendation',
- styleSheet: 'W3C-PR',
-};
-
-export const rules = insertAfter(baseRules, 'sotd.process-document', [
- acReview,
- reviewEnd,
- newFeatures,
- draftStability,
-]);
diff --git a/lib/rules.json b/lib/rules.json
index 2260ef711..208c739f1 100644
--- a/lib/rules.json
+++ b/lib/rules.json
@@ -146,8 +146,8 @@
"datesFormat": true,
"publish": [
"Draft Registry",
- "Registry track",
- "<a href=\"https://www.w3.org/policies/process/20231103/#recs-and-notes\">Registry track</a>"
+ "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:
", @@ -235,11 +235,11 @@ "datesFormat": true, "publish": [ "Candidate Registry Snapshot", - "Registry track", - "<a href=\"https://www.w3.org/policies/process/20231103/#recs-and-notes\">Registry track</a>" + "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
Publication as a Draft Registry does not imply endorsement by W3C and its Members. A Candidate Registry Snapshot has received wide review.
<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/20231103/#dfn-wide-review\">wide review</a>.</p>
Publication as a Draft Registry does not imply endorsement by W3C and its Members. A Candidate Registry Snapshot has received wide review.
<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>
", @@ -413,8 +413,8 @@ "datesFormat": true, "publish": [ "Registry", - "Registry track", - "<a href=\"https://www.w3.org/policies/process/20231103/#recs-and-notes\">Registry track</a>" + "Registry track", + "<a href=\"https://www.w3.org/policies/process/20250818/#recs-and-notes\">Registry track</a>" ], "customParagraph": true, "usage": "It must include the expectations in terms of usage of this registry. The SOTD should include the paragraph:Publication as a Candidate Registry Draft does not imply endorsement by W3C and its Members. A Candidate Registry Draft integrates changes from the previous Candidate Registry that the Working Group intends to include in a subsequent Candidate Registry Snapshot.
W3C recommends the wide usage of this registry.", @@ -507,8 +507,8 @@ "boilerplateTRDoc": true, "publish": [ "Group Draft Note", - "Note track", - "<a href=\"https://www.w3.org/policies/process/20231103/#recs-and-notes\">Note track</a>" + "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:
orGroup Draft Notes are not endorsed by W3C nor its Members.
", @@ -596,8 +596,8 @@ "datesFormat": true, "publish": [ "Group Note", - "Note track", - "<a href=\"https://www.w3.org/policies/process/20231103/#recs-and-notes\">Note track</a>" + "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: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.
orGroup Notes are not endorsed by W3C nor its Members.
", @@ -685,8 +685,8 @@ "datesFormat": true, "publish": [ "Statement", - "Note track", - "<a href=\"https://www.w3.org/policies/process/20231103/#recs-and-notes\">Note track</a>" + "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:This Group Note is endorsed by the @@@ Working/Interest Group (and the @@@ Working/Interest Group), but is not endorsed by W3C itself nor its Members.
A W3C Statement is a specification that, after extensive consensus-building, is endorsed by W3C and its Members.
<p>A W3C Statement is a specification that, after extensive consensus-building, is endorsed by W3C and its Members.</p>
Publication as a Candidate Recommendation does not imply endorsement by W3C and its Members. A Candidate Recommendation Snapshot has received wide review, is intended to gather implementation experience, and has commitments from Working Group members to royalty-free licensing for implementations.
<p>Publication as a Candidate Recommendation does not imply endorsement by W3C and its Members. A Candidate Recommendation Snapshot has received <a href=\"https://www.w3.org/policies/process/20231103/#dfn-wide-review\">wide review</a>, is intended to gather implementation experience, and has commitments from Working Group members to <a href=\"https://www.w3.org/policies/patent-policy/#sec-Requirements\">royalty-free licensing</a> for implementations.</p>
Publication as a Candidate Recommendation does not imply endorsement by W3C and its Members. A Candidate Recommendation Snapshot has received wide review, is intended to gather implementation experience, and has commitments from Working Group members to royalty-free licensing for implementations.
<p>Publication as a Candidate Recommendation does not imply endorsement by W3C and its Members. A Candidate Recommendation Snapshot has received <a href=\"https://www.w3.org/policies/process/20250818/#dfn-wide-review\">wide review</a>, is intended to gather implementation experience, and has commitments from Working Group members to <a href=\"https://www.w3.org/policies/patent-policy/#sec-Requirements\">royalty-free licensing</a> for implementations.</p>
Future updates to this upcoming Recommendation may incorporate new features.Include one of this source code:
<p>Future updates to this upcoming Recommendation may incorporate <a href=\"https://www.w3.org/policies/process/20250818/#allow-new-features\">new features</a>.</p>
",
"knownDisclosureNumber": true,
"whichProcess": true
}
@@ -1053,8 +1054,8 @@
"datesFormat": true,
"publish": [
"Candidate Recommendation Draft",
- "Recommendation track",
- "<a href=\"https://www.w3.org/policies/process/20231103/#recs-and-notes\">Recommendation track</a>"
+ "Recommendation track",
+ "<a href=\"https://www.w3.org/policies/process/20250818/#recs-and-notes\">Recommendation track</a>"
],
"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.",
"implEstimation": "It should include an estimated date by which time the Working Group expects to have sufficient implementation experience.",
@@ -1064,6 +1065,7 @@
"stability": "It must set expectations about the (in)stability of the document. The recommended text is: Publication as a Candidate Recommendation does not imply endorsement by W3C and its Members. A Candidate Recommendation Draft integrates changes from the previous Candidate Recommendation that the Working Group intends to include in a subsequent Candidate Recommendation Snapshot.
<p>Publication as a Candidate Recommendation does not imply endorsement by W3C and its Members. A Candidate Recommendation Draft integrates changes from the previous Candidate Recommendation that the Working Group intends to include in a subsequent Candidate Recommendation Snapshot.</p>
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.
This document is maintained and updated at any time. Some parts of this document are work in progress.", "patPolReq": true, + "newFeatures": "If it is the intention to incorporate new features in future updates of the specification, please make sure to identify the document as intending to allow new features. Recommended text is:
Future updates to this upcoming Recommendation may incorporate new features.Include one of this source code:
<p>Future updates to this upcoming Recommendation may incorporate <a href=\"https://www.w3.org/policies/process/20250818/#allow-new-features\">new features</a>.</p>
",
"knownDisclosureNumber": true,
"whichProcess": true
}
@@ -1090,104 +1092,6 @@
}
}
},
- "PR": {
- "order": 5,
- "name": "Proposed Recommendation",
- "sections": {
- "format": {
- "name": "1. Normative Document Representation",
- "rules": {
- "normativeVersion": true,
- "validHTML": true,
- "visualStyle": true
- }
- },
- "metadata": {
- "name": "2. Document Metadata",
- "rules": {
- "goodStylesheet": ["PR"],
- "lastStylesheet": true,
- "viewport": true,
- "canonical": true
- }
- },
- "front-matter": {
- "name": "3. Front Matter",
- "rules": {
- "divClassHead": true,
- "logo": true,
- "title": true,
- "versionNumber": [""],
- "dateState": ["Proposed Recommendation", ""],
- "docIDFormat": true,
- "docIDOrder": true,
- "docIDThisVersion": ["PR"],
- "docIDDate": true,
- "docIDLatestVersion": true,
- "docIDHistory": true,
- "editorSection": true,
- "altRepresentations": ["PR"],
- "implReport": true,
- "copyright": true,
- "hrAfterCopyright": true
- }
- },
- "navigation": {
- "name": "6. Table of Contents",
- "rules": {
- "toc": true,
- "tocNav": true
- }
- },
- "document-status": {
- "name": "5. Document Status Section",
- "rules": {
- "sotd": true,
- "boilerplateTRDoc": true,
- "datesFormat": true,
- "publish": [
- "Proposed Recommendation",
- "Recommendation track",
- "<a href=\"https://www.w3.org/policies/process/20231103/#recs-and-notes\">Recommendation track</a>"
- ],
- "ACRepFeedbackEmail": true,
- "reviewEndDatePR": true,
- "skipCR": "If the previous version of this document was not a Candidate Recommendation, the status section should include rationale for the Director's decision to skip CR (e.g., there was already sufficient implementation experience).",
- "customParagraph": true,
- "changesList": [
- "must",
- " The group must indicate which changes may affect conformance."
- ],
- "stability": ["a Proposed Recommendation", ""],
- "draftStability": true,
- "patPolReq": true,
- "knownDisclosureNumber": true,
- "newFeatures": "If it is the intention to incorporate new features in future updates of the specification, please make sure to identify the document as intending to allow new features. Recommended text is: Future updates to this specification may incorporate new features.Include one of this source code:
<p>Future updates to this specification may incorporate <a href=\"https://www.w3.org/policies/process/20231103/#allow-new-features\">new features</a>.</p>
",
- "whichProcess": true
- }
- },
- "document-body": {
- "name": "7. Document Body",
- "rules": {
- "headingWithoutID": true,
- "brokenLink": true,
- "cssValid": true,
- "namespaces": true,
- "wcag": true,
- "fixupJs": true,
- "securityAndPrivacy": true
- }
- },
- "compound": {
- "name": "8. Compound Documents",
- "rules": {
- "compoundFilesLocation": ["PR"],
- "compoundOverview": true,
- "compound": true
- }
- }
- }
- },
"REC": {
"order": 6,
"name": "Recommendation",
@@ -1250,14 +1154,14 @@
"boilerplateTRDoc": true,
"datesFormat": true,
"deployment": true,
- "publish": "W3C Recommendation must include one of the following paragraphs in the \"Status of This Document\" depending on the type of Recommendations:This document was published by the @@ Working Group as a Recommendation using the Recommendation track.Include this source code:
<p>This document was published by the @@ Working Group as a Recommendation using the <a href=\"https://www.w3.org/policies/process/20231103/#recs-and-notes\">Recommendation track</a>.</p>
This document was published by the @@ Working Group as a Recommendation using the Recommendation track. It includes candidate corrections.Include this source code:
<p>This document was published by the @@ Working Group as a Recommendation using the <a href=\"https://www.w3.org/policies/process/20231103/#recs-and-notes\">Recommendation track</a>. It includes <a href=\"https://www.w3.org/policies/process/20231103/#candidate-correction\">candidate corrections.</a>.</p>
This document was published by the @@ Working Group as a Recommendation using the Recommendation track. It includes candidate additions, introducing new features since the Previous Recommendation.Include this source code:
<p>This document was published by the @@ Working Group as a Recommendation using the <a href=\"https://www.w3.org/policies/process/20231103/#recs-and-notes\">Recommendation track</a>. It includes <a href=\"https://www.w3.org/policies/process/20231103/#candidate-addition\">candidate additions</a>, introducing new features since the Previous Recommendation.</p>
This document was published by the @@ Working Group as a Recommendation using the Recommendation track. It includes candidate amendments, introducing substantive changes and new features since the Previous Recommendation.Include this source code:
<p>This document was published by the @@ Working Group as a Recommendation using the <a href=\"https://www.w3.org/policies/process/20231103/#recs-and-notes\">Recommendation track</a>. It includes <a href=\"https://www.w3.org/policies/process/20231103/#candidate-amendments\">candidate amendments</a>, introducing substantive changes and new features since the Previous Recommendation.</p>
This document was published by the @@ Working Group as a Recommendation using the Recommendation track. It includes proposed corrections.Include this source code:
<p>This document was published by the @@ Working Group as a Recommendation using the <a href=\"https://www.w3.org/policies/process/20231103/#recs-and-notes\">Recommendation track</a>. It includes <a href=\"https://www.w3.org/policies/process/20231103/#proposed-corrections\">proposed corrections.</a>.</p>
This document was published by the @@ Working Group as a Recommendation using the Recommendation track. It includes proposed additions, introducing new features since the Previous Recommendation.Include this source code:
<p>This document was published by the @@ Working Group as a Recommendation using the <a href=\"https://www.w3.org/policies/process/20231103/#recs-and-notes\">Recommendation track</a>. It includes <a href=\"https://www.w3.org/policies/process/20231103/#proposed-addition\">proposed additions</a>, introducing new features since the Previous Recommendation.</p>
This document was published by the @@ Working Group as a Recommendation using the Recommendation track. It includes proposed amendments, introducing substantive changes and new features since the Previous Recommendation.Include this source code:
<p>This document was published by the @@ Working Group as a Recommendation using the <a href=\"https://www.w3.org/policies/process/20231103/#recs-and-notes\">Recommendation track</a>. It includes <a href=\"https://www.w3.org/policies/process/20231103/#proposed-amendments\">proposed amendments</a>, introducing substantive changes and new features since the Previous Recommendation.</p>
This document was published by the @@ Working Group as a Recommendation using the Recommendation track.Include this source code:
<p>This document was published by the @@ Working Group as a Recommendation using the <a href=\"https://www.w3.org/policies/process/20250818/#recs-and-notes\">Recommendation track</a>.</p>
This document was published by the @@ Working Group as a Recommendation using the Recommendation track. It includes candidate corrections.Include this source code:
<p>This document was published by the @@ Working Group as a Recommendation using the <a href=\"https://www.w3.org/policies/process/20250818/#recs-and-notes\">Recommendation track</a>. It includes <a href=\"https://www.w3.org/policies/process/20250818/#candidate-correction\">candidate corrections.</a>.</p>
This document was published by the @@ Working Group as a Recommendation using the Recommendation track. It includes candidate additions, introducing new features since the Previous Recommendation.Include this source code:
<p>This document was published by the @@ Working Group as a Recommendation using the <a href=\"https://www.w3.org/policies/process/20250818/#recs-and-notes\">Recommendation track</a>. It includes <a href=\"https://www.w3.org/policies/process/20250818/#candidate-addition\">candidate additions</a>, introducing new features since the Previous Recommendation.</p>
This document was published by the @@ Working Group as a Recommendation using the Recommendation track. It includes candidate amendments, introducing substantive changes and new features since the Previous Recommendation.Include this source code:
<p>This document was published by the @@ Working Group as a Recommendation using the <a href=\"https://www.w3.org/policies/process/20250818/#recs-and-notes\">Recommendation track</a>. It includes <a href=\"https://www.w3.org/policies/process/20250818/#candidate-amendments\">candidate amendments</a>, introducing substantive changes and new features since the Previous Recommendation.</p>
This document was published by the @@ Working Group as a Recommendation using the Recommendation track. It includes proposed corrections.Include this source code:
<p>This document was published by the @@ Working Group as a Recommendation using the <a href=\"https://www.w3.org/policies/process/20250818/#recs-and-notes\">Recommendation track</a>. It includes <a href=\"https://www.w3.org/policies/process/20250818/#proposed-corrections\">proposed corrections.</a>.</p>
This document was published by the @@ Working Group as a Recommendation using the Recommendation track. It includes proposed additions, introducing new features since the Previous Recommendation.Include this source code:
<p>This document was published by the @@ Working Group as a Recommendation using the <a href=\"https://www.w3.org/policies/process/20250818/#recs-and-notes\">Recommendation track</a>. It includes <a href=\"https://www.w3.org/policies/process/20250818/#proposed-addition\">proposed additions</a>, introducing new features since the Previous Recommendation.</p>
This document was published by the @@ Working Group as a Recommendation using the Recommendation track. It includes proposed amendments, introducing substantive changes and new features since the Previous Recommendation.Include this source code:
<p>This document was published by the @@ Working Group as a Recommendation using the <a href=\"https://www.w3.org/policies/process/20250818/#recs-and-notes\">Recommendation track</a>. It includes <a href=\"https://www.w3.org/policies/process/20250818/#proposed-amendments\">proposed amendments</a>, introducing substantive changes and new features since the Previous Recommendation.</p>
A W3C Recommendation is a specification that, after extensive consensus-building, is endorsed by W3C and its Members, and has commitments from Working Group members to royalty-free licensing for implementations.
<p>A W3C Recommendation is a specification that, after extensive consensus-building, is endorsed by <abbr title=\"World Wide Web Consortium\">W3C</abbr> and its Members, and has commitments from Working Group members to <a href=\"https://www.w3.org/policies/patent-policy/#sec-Requirements\">royalty-free licensing</a> for implementations.</p>
Future updates to this Recommendation may incorporate new features.Include one of this source code:
<p>Future updates to this Recommendation may incorporate <a href=\"https://www.w3.org/policies/process/20231103/#allow-new-features\">new features</a>.</p>
",
+ "newFeatures": "If it is the intention to incorporate new features in future updates of the Recommendation, please make sure to identify the document as intending to allow new features. Recommended text is: Future updates to this Recommendation may incorporate new features.Include one of this source code:
<p>Future updates to this Recommendation may incorporate <a href=\"https://www.w3.org/policies/process/20250818/#allow-new-features\">new features</a>.</p>
",
"whichProcess": true,
"recAddition": "Modifications in W3C Recommendation are divided into \"new features\" and \"changes\". Recommendations with modifications must include the following paragraphs depending on the changes.there should be a paragraph with class=\"correction proposed\"
Proposed corrections are marked in the document.Include this source code:
<p class=\"correction proposed\">Proposed corrections are marked in the document.</p>
there should be a paragraph with class=\"addition proposed\"
Proposed additions are marked in the document.Include this source code:
<p class=\"addition proposed\">Proposed additions are marked in the document.</p>
there should be a paragraph with class=\"correction\"
Candidate corrections are marked in the document.Include this source code:
<p class=\"correction\">Candidate corrections are marked in the document.</p>
there should be a paragraph with class=\"addition\"
Candidate additions are marked in the document.Include this source code:
<p class=\"correction\">Candidate additions are marked in the document.</p>
Include this source code:<p>W3C has chosen to rescind the <a href=\"@@PREVIOUS REC URI@@\">@@TITLE@@ Recommendation</a> for the following reasons: [...list of reasons...]. For additional information about replacement or alternative technologies, please refer to the <a href=\"https://www.w3.org/2016/11/obsoleting-rescinding/\">explanation of Obsoleting, Rescinding or Superseding W3C Specifications</a>.</p>
Publication as a Discontinued Draft implies that this document is no longer intended to advance or to be maintained. It is inappropriate to cite this document as other than abandoned work.
<p>Publication as a Discontinued Draft implies that this document is no longer intended to advance or to be maintained. It is inappropriate to cite this document as other than abandoned work.</p>
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.", "patPolReq": "It must include a text related to the patent policy:
This document was produced by a group operating under the W3C Patent Policy. W3C maintains a public list of any patent disclosures made in connection with the deliverables of the group; that page also includes instructions for disclosing a patent. An individual who has actual knowledge of a patent that the individual believes contains Essential Claim(s) must disclose the information in accordance with section 6 of the W3C Patent Policy.
<p>This document was produced by a group operating under the <a href=\"https://www.w3.org/policies/patent-policy/\">W3C Patent Policy</a>. W3C maintains a <a rel=\"disclosure\" href=\"@@URI to IPP status or other page@@\">public list of any patent disclosures</a> made in connection with the deliverables of the group; that page also includes instructions for disclosing a patent. An individual who has actual knowledge of a patent that the individual believes contains <a href=\"https://www.w3.org/policies/patent-policy/#def-essential\">Essential Claim(s)</a> must disclose the information in accordance with <a href=\"https://www.w3.org/policies/patent-policy/#sec-Disclosure\">section 6 of the W3C Patent Policy</a>.</p>
The W3C Patent Policy does not carry any licensing requirements or commitments on this document.
<p>The <a href=\"https://www.w3.org/policies/patent-policy/\">W3C Patent Policy</a> does not carry any licensing requirements or commitments on this document.</p>
",
"knownDisclosureNumber": "It must not indicate the number of known disclosures at the time of publication.",
- "whichProcess": "The document must include the following boilerplate text in the status section to identify the governing process: This document is governed by the 03 November 2023 W3C Process Document.
<p>This document is governed by the <a id=\"w3c_process_revision\" href=\"https://www.w3.org/policies/process/20231103/\">03 November 2023 W3C Process Document</a>. </p>
This document is governed by the 03 November 2023 W3C Process Document.
<p>This document is governed by the <a id=\"w3c_process_revision\" href=\"https://www.w3.org/policies/process/20250818/\">03 November 2023 W3C Process Document</a>. </p>
<p>This specification is a <a href=\"https://www.w3.org/policies/process/20231103/#rec-rescind\">@{param1} Recommendation</a>. A newer specification exists that is recommended for new adoption in place of this specification. </p>
<p>This document has been reviewed by W3C Members, by software developers, and by other W3C groups and interested parties, and is endorsed by the Director as a W3C Recommendation. It is a stable document and may be used as reference material or cited from another document. W3C's role in making the Recommendation is to draw attention to the specification and to promote its widespread deployment. This enhances the functionality and interoperability of the Web.</p>
<p>For purposes of the W3C Patent Policy, this @{param1} Recommendation has the same status as an active Recommendation; it retains licensing commitments and remains available as a reference for old -- and possibly still deployed -- implementations, but is not recommended for future implementation. New implementations should follow the <a href='@@'>
latest version</a>
of the @@ specification.</p>
<p>This specification is a <a href=\"https://www.w3.org/policies/process/20250818/#rec-rescind\">@{param1} Recommendation</a>. A newer specification exists that is recommended for new adoption in place of this specification. </p>
<p>This document has been reviewed by W3C Members, by software developers, and by other W3C groups and interested parties, and is endorsed by the Director as a W3C Recommendation. It is a stable document and may be used as reference material or cited from another document. W3C's role in making the Recommendation is to draw attention to the specification and to promote its widespread deployment. This enhances the functionality and interoperability of the Web.</p>
<p>For purposes of the W3C Patent Policy, this @{param1} Recommendation has the same status as an active Recommendation; it retains licensing commitments and remains available as a reference for old -- and possibly still deployed -- implementations, but is not recommended for future implementation. New implementations should follow the <a href='@@'>
latest version</a>
of the @@ specification.</p>
- It includes proposed addition, introducing new features since the Previous Recommendation. + It includes proposed addition, introducing new features since the Previous Recommendation.
{{/if}} {{#if sotd.rec.showAddition}} @@ -243,11 +243,11 @@ {{> patent-policy}}- This document . + This document {{! is governed by the}} .
{{#if sotd.duplicateProcess}} {{! is governed by the}}- This document . + This document {{! is governed by the}} .
{{/if}} {{#if sotd.newFeatures.show}} diff --git a/test/doc-views/partials/stability.handlebars b/test/doc-views/partials/stability.handlebars index 21a3945d6..e827097ad 100644 --- a/test/doc-views/partials/stability.handlebars +++ b/test/doc-views/partials/stability.handlebars @@ -21,7 +21,7 @@ DISC: Publication as a Discontinued Draft implies that this document is no longer intended to advance or to be maintained. It is inappropriate to cite this document as other than abandoned work. - CR: Publication as a Candidate Recommendation does not imply endorsement by W3C and its Members. A Candidate Recommendation Snapshot has received {{! is governed by the}} wide review, is intended to gather implementation experience, and has commitments from Working Group members to royalty-free licensing for implementations. + CR: Publication as a Candidate Recommendation does not imply endorsement by W3C and its Members. A Candidate Recommendation Snapshot has received wide review, is intended to gather implementation experience, and has commitments from Working Group members to royalty-free licensing for implementations. CRD: Publication as a Candidate Recommendation does not imply endorsement by W3C and its Members. A Candidate Recommendation Draft integrates changes from the previous Candidate Recommendation that the Working Group intends to include in a subsequent Candidate Recommendation Snapshot. + @@ -72,7 +72,7 @@ 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. - CRY: Publication as a Candidate Registry Snapshot does not imply endorsement by W3C and its Members. A Candidate Registry Snapshot has received wide review. + CRY: Publication as a Candidate Registry Snapshot does not imply endorsement by W3C and its Members. A Candidate Registry Snapshot has received wide review. CRYD: Publication as a Candidate Registry Draft does not imply endorsement by W3C and its Members. A Candidate Registry Draft integrates changes from the previous Candidate Registry that the Working Group intends to include in a subsequent Candidate Registry Snapshot. diff --git a/test/doc-views/specBase.js b/test/doc-views/specBase.js index f004b2537..5ef413e6a 100644 --- a/test/doc-views/specBase.js +++ b/test/doc-views/specBase.js @@ -139,7 +139,7 @@ export const data = { WGLink: 'https://www.w3.org/groups/wg/i18n-core/', trackLink: - 'https://www.w3.org/policies/process/20231103/#recs-and-notes', + 'https://www.w3.org/policies/process/20250818/#recs-and-notes', extra1: '', noEndorsementHTML: 'does not imply endorsement by W3C and its Members', @@ -153,7 +153,7 @@ export const data = { discText: 'intended to advance or to be maintained', wideReviewText: 'wide review', wideReviewLink: - 'https://www.w3.org/policies/process/20231103/#dfn-wide-review', + 'https://www.w3.org/policies/process/20250818/#dfn-wide-review', recConsensusText: 'after extensive consensus-building', licensingText: 'royalty-free licensing', @@ -187,9 +187,9 @@ export const data = { duplicateProcess: false, processTextPrefix: 'is governed by the', - processLink: 'https://www.w3.org/policies/process/20231103/', + processLink: 'https://www.w3.org/policies/process/20250818/', processHTML: - '03 November 2023 W3C Process Document', + '18 August 2025 W3C Process Document', newFeatures: { show: false, text: 'Future updates to this Recommendation may incorporate new features.', diff --git a/test/docs/2021-cr.html b/test/docs/2021-cr.html index d308aa1d6..f6af433c3 100644 --- a/test/docs/2021-cr.html +++ b/test/docs/2021-cr.html @@ -84,7 +84,7 @@This document was published by the Web Performance Working Group as a Candidate Recommendation Snapshot using the Recommendation + href="https://www.w3.org/policies/process/20250818/#recs-and-notes">Recommendation track.
@@ -92,7 +92,7 @@- This document is governed by the 03 November 2023 W3C Process Document. + This document is governed by the 18 August 2025 W3C Process Document.
This section describes the status of this document at the time of its publication. A list of current W3C publications and the latest revision of this technical report can be found in the W3C standards and drafts index.
-This document was published by the Web Performance Working Group as a Candidate Recommendation Draft using the Recommendation track.
+This document was published by the Web Performance Working Group as a Candidate Recommendation Draft using the Recommendation track.
Publication as a Candidate Recommendation does not imply endorsement by Status of This Document
- This document is governed by the 03 November 2023 W3C Process Document. + This document is governed by the 18 August 2025 W3C Process Document.