Skip to content

Commit bcabf34

Browse files
committed
chore: drop temporal 'previously flagged' comment
1 parent 0c1d701 commit bcabf34

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/lib/rules/template-no-invalid-role.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,7 @@ ruleTester.run('template-no-invalid-role', rule, {
7272
options: [{ catchNonexistentRoles: false }],
7373
},
7474

75-
// DPUB-ARIA (doc-*) and Graphics-ARIA (graphics-*) are in the WAI-ARIA
76-
// ecosystem via aria-query; previously flagged because our hand-maintained
77-
// VALID_ROLES didn't include them.
75+
// DPUB-ARIA (doc-*) and Graphics-ARIA (graphics-*) are valid per aria-query.
7876
'<template><div role="doc-abstract">Abstract</div></template>',
7977
'<template><section role="doc-chapter"></section></template>',
8078
'<template><svg role="graphics-document"></svg></template>',

0 commit comments

Comments
 (0)