We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44c5e6e commit 56c8425Copy full SHA for 56c8425
1 file changed
tests/lib/rules/template-no-noninteractive-tabindex.js
@@ -81,7 +81,6 @@ ruleTester.run('template-no-noninteractive-tabindex', rule, {
81
// WAI-ARIA 1.2 §4.1 role fallback: unrecognized first token is skipped,
82
// the next recognized token applies. `button` is interactive → allowed.
83
'<template><div role="foobar button" tabindex="0"></div></template>',
84
-
85
],
86
invalid: [
87
{
0 commit comments