Skip to content

Commit 9782bc3

Browse files
committed
test: correct misleading peer-parity comment in interactive-supports-focus tests
1 parent 60d6b64 commit 9782bc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/lib/rules/template-interactive-supports-focus.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ ruleTester.run('template-interactive-supports-focus', rule, {
124124

125125
invalid: [
126126
// === Elements with an interactive role but no tabindex and no inherent
127-
// focus — flagged (parity with jsx-a11y / vue-a11y / angular-eslint). ===
127+
// focus — flagged by this rule on role alone (no event handler required). ===
128128
{
129129
code: '<template><div role="button"></div></template>',
130130
output: null,

0 commit comments

Comments
 (0)