@@ -62,7 +62,7 @@ const localizationStrings = {
6262
6363export const l10n = getIntlData ( localizationStrings ) ;
6464
65- const processLink = "https://www.w3.org/policies/process/20231103 /" ;
65+ const processLink = "https://www.w3.org/policies/process/20250818 /" ;
6666
6767function prefix ( word ) {
6868 return / ^ [ a e i o u ] / i. test ( word ) ? `an ${ word } ` : `a ${ word } ` ;
@@ -93,7 +93,7 @@ export default (conf, opts) => {
9393 < p >
9494 This document is governed by the
9595 < a id ="w3c_process_revision " href ="${ processLink } "
96- > 03 November 2023 W3C Process Document</ a
96+ > 18 August 2025 W3C Process Document</ a
9797 > .
9898 </ p >
9999 ` }
@@ -163,7 +163,7 @@ function renderNotRec(conf) {
163163 documents at any time. It is inappropriate to cite this document as other
164164 than a work in progress.
165165 ${ updatableRec
166- ? html `Future updates to this specification may incorporate
166+ ? html `Future updates to this upcoming Recommendation may incorporate
167167 < a href ="${ processLink } #allow-new-features "> new features</ a > .`
168168 : "" }
169169 </ p > ` ;
@@ -234,7 +234,7 @@ function renderNotRec(conf) {
234234 >
235235 for implementations.` ;
236236 updatePolicy = html `${ updatableRec
237- ? html `Future updates to this specification may incorporate
237+ ? html `Future updates to this upcoming Recommendation may incorporate
238238 < a href ="${ processLink } #allow-new-features "> new features</ a > .`
239239 : "" } `;
240240 if ( conf . pubMode === "LS" ) {
0 commit comments