Skip to content

Commit 76261a4

Browse files
authored
fix(w3c/sotd): switch from process 2023 to process 2025 (#5026)
1 parent 6f485c2 commit 76261a4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/w3c/templates/sotd.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const localizationStrings = {
6262

6363
export 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

6767
function prefix(word) {
6868
return /^[aeiou]/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

Comments
 (0)