From bcf369fbecbc342fa8f63bb503737c4b0ed74cc0 Mon Sep 17 00:00:00 2001 From: Denis Ah-Kang <1696128+deniak@users.noreply.github.com> Date: Mon, 16 Dec 2024 15:05:29 +0400 Subject: [PATCH] fix(w3c/sotd): update stability text for STMT and RY (#4853) --- src/w3c/templates/sotd.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/w3c/templates/sotd.js b/src/w3c/templates/sotd.js index 12d2a86f27..55f7a589d5 100644 --- a/src/w3c/templates/sotd.js +++ b/src/w3c/templates/sotd.js @@ -177,7 +177,7 @@ function renderNotRec(conf) { case "STMT": endorsement = html`
A W3C Statement is a specification that, after extensive - consensus-building, has received the endorsement of the + consensus-building, is endorsed by W3C and its Members.
`; break; @@ -185,7 +185,7 @@ function renderNotRec(conf) { endorsement = html`W3C recommends the wide usage of this registry.
A W3C Registry is a specification that, after extensive - consensus-building, has received the endorsement of the + consensus-building, is endorsed by W3C and its Members.
`; break;