You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/rules/sotd/stability.js
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ async function findSW(candidates, sr) {
19
19
wanted=`(${sr.config.longStatus}s are not endorsed by W3C nor its Members|This ${sr.config.longStatus} is endorsed by the ${groups}, but is not endorsed by W3C itself nor its Members).`;
20
20
}elseif(sr.config.longStatus==='Statement'){
21
21
wanted=
22
-
'A W3C Statement is a specification that, after extensive consensus-building, is endorsed by W3C and its Members.';
22
+
'A W3C Statement is a (specification|document) that, after extensive consensus-building, is endorsed by W3C and its Members.';
'Publication as a Discontinued Draft implies that this document is no longer intended to advance or to be maintained. It is inappropriate to cite this document as other than abandoned work.';
@@ -58,16 +58,18 @@ async function findSW(candidates, sr) {
0 commit comments