Skip to content

Commit

Permalink
fix(w3c/sotd): update stability text for STMT and RY (#4853)
Browse files Browse the repository at this point in the history
  • Loading branch information
deniak authored Dec 16, 2024
1 parent 443712f commit bcf369f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/w3c/templates/sotd.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,15 +177,15 @@ function renderNotRec(conf) {
case "STMT":
endorsement = html`<p>
A W3C Statement is a specification that, after extensive
consensus-building, has received the endorsement of the
consensus-building, is endorsed by
<abbr title="World Wide Web Consortium">W3C</abbr> and its Members.
</p>`;
break;
case "RY":
endorsement = html`<p>W3C recommends the wide usage of this registry.</p>
<p>
A W3C Registry is a specification that, after extensive
consensus-building, has received the endorsement of the
consensus-building, is endorsed by
<abbr title="World Wide Web Consortium">W3C</abbr> and its Members.
</p>`;
break;
Expand Down

0 comments on commit bcf369f

Please sign in to comment.