We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c1d701 commit bcabf34Copy full SHA for bcabf34
1 file changed
tests/lib/rules/template-no-invalid-role.js
@@ -72,9 +72,7 @@ ruleTester.run('template-no-invalid-role', rule, {
72
options: [{ catchNonexistentRoles: false }],
73
},
74
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.
+ // DPUB-ARIA (doc-*) and Graphics-ARIA (graphics-*) are valid per aria-query.
78
'<template><div role="doc-abstract">Abstract</div></template>',
79
'<template><section role="doc-chapter"></section></template>',
80
'<template><svg role="graphics-document"></svg></template>',
0 commit comments