Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/w3c/templates/sotd.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const localizationStrings = {

export const l10n = getIntlData(localizationStrings);

const processLink = "https://www.w3.org/policies/process/20231103/";
const processLink = "https://www.w3.org/policies/process/20250818/";

function prefix(word) {
return /^[aeiou]/i.test(word) ? `an ${word}` : `a ${word}`;
Expand Down Expand Up @@ -93,7 +93,7 @@ export default (conf, opts) => {
<p>
This document is governed by the
<a id="w3c_process_revision" href="${processLink}"
>03 November 2023 W3C Process Document</a
>18 August 2025 W3C Process Document</a
>.
</p>
`}
Expand Down Expand Up @@ -163,7 +163,7 @@ function renderNotRec(conf) {
documents at any time. It is inappropriate to cite this document as other
than a work in progress.
${updatableRec
? html`Future updates to this specification may incorporate
? html`Future updates to this upcoming Recommendation may incorporate
<a href="${processLink}#allow-new-features">new features</a>.`
: ""}
</p>`;
Expand Down Expand Up @@ -234,7 +234,7 @@ function renderNotRec(conf) {
>
for implementations.`;
updatePolicy = html`${updatableRec
? html`Future updates to this specification may incorporate
? html`Future updates to this upcoming Recommendation may incorporate
<a href="${processLink}#allow-new-features">new features</a>.`
: ""}`;
if (conf.pubMode === "LS") {
Expand Down
Loading