Skip to content

Commit cf2f0ac

Browse files
authored
fix(w3c/headers): rename 'Draft Note' and 'Draft Registry' wrt process changes (#5087)
1 parent ba2e005 commit cf2f0ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/w3c/headers.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ const status2maturity = {
118118
};
119119

120120
export const status2text = {
121-
DNOTE: "Group Draft Note",
121+
DNOTE: "Group Note Draft",
122122
NOTE: "Group Note",
123123
STMT: "Statement",
124124
"Member-SUBM": "Member Submission",
@@ -134,7 +134,7 @@ export const status2text = {
134134
REC: "Recommendation",
135135
DISC: "Discontinued Draft",
136136
RSCND: "Rescinded Recommendation",
137-
DRY: "Draft Registry",
137+
DRY: "Registry Draft",
138138
CRYD: "Candidate Registry",
139139
CRY: "Candidate Registry",
140140
RY: "Registry",

tests/spec/w3c/headers-spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ describe("W3C — Headers", () => {
189189
const [result2] = contains(
190190
dNoteDoc,
191191
"p",
192-
"This document was published by the Web Performance Working Group as a Group Draft Note using the Note track."
192+
"This document was published by the Web Performance Working Group as a Group Note Draft using the Note track."
193193
);
194194
expect(result2).toBeTruthy();
195195
});

0 commit comments

Comments
 (0)