Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
fix(w3c/headers): fix "This Version" link for "Member-SUBM" (speced#4424
Browse files Browse the repository at this point in the history
)
  • Loading branch information
sidvishnoi authored Apr 5, 2023
1 parent 6f7bbb9 commit 65d9231
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/w3c/headers.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ const status2maturity = {
LS: "WD",
LD: "WD",
FPWD: "WD",
"Member-SUBM": "SUBM",
};

export const status2text = {
Expand Down
2 changes: 1 addition & 1 deletion tests/spec/w3c/headers-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2063,7 +2063,7 @@ describe("W3C — Headers", () => {
});
it("links the right submitting members", async () => {
const anchor = doc.querySelector(
"#sotd a[href='https://www.w3.org/Submission/2018/Member-SUBM-yolo-20180525/']"
"#sotd a[href='https://www.w3.org/Submission/2018/SUBM-yolo-20180525/']"
);
expect(anchor).toBeTruthy();
});
Expand Down

0 comments on commit 65d9231

Please sign in to comment.