Skip to content

Commit eb7897f

Browse files
authored
Add WCAG 3.0 to list of exceptions for series title check (#2095)
Forgot to include that update in PR #2094... As said there, the series title matches the title of the current specification (WCAG 2.2) but WCAG 3.0 introduces a new title.
1 parent 3f35314 commit eb7897f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ describe("The `index.json` list", () => {
145145
.filter(s => !s.title.includes(s.series.title))
146146
.filter(s => ![
147147
"webrtc", "css-backgrounds-4", "n-quads", "DOM-Level-2-Style",
148-
"ttml2", "ttml-imsc1.3"
148+
"ttml2", "ttml-imsc1.3", "wcag-3.0"
149149
].includes(s.shortname));
150150
assert.deepStrictEqual(wrong, []);
151151
});

0 commit comments

Comments
 (0)