Skip to content

Commit 3a0d5a8

Browse files
committed
chore: drop temporal 'previous rule' comment
1 parent 8e0bc0a commit 3a0d5a8

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,8 @@ ruleTester.run('template-interactive-supports-focus', rule, {
102102
],
103103

104104
invalid: [
105-
// === MISSING-COVERAGE from the Phase 3 audit: <div role="X"> with no
106-
// tabindex and no inherent focus. Peers (jsx-a11y / vue-a11y /
107-
// angular-eslint) all flag; our previous rule did not. Now it does. ===
105+
// === Elements with an interactive role but no tabindex and no inherent
106+
// focus — flagged (parity with jsx-a11y / vue-a11y / angular-eslint). ===
108107
{
109108
code: '<template><div role="button"></div></template>',
110109
output: null,

0 commit comments

Comments
 (0)