File tree Expand file tree Collapse file tree
tests/audit/no-noninteractive-element-to-interactive-role Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 'use strict' ;
2+
13const { roles } = require ( 'aria-query' ) ;
24
35// Interactive ARIA roles — concrete roles whose taxonomy descends from `widget`
Original file line number Diff line number Diff line change 55// vuejs-accessibility and lit-a11y do not ship this rule; jsx-a11y is the only
66// peer source.
77//
8- // These tests are NOT part of the main CI suite — they live under tests/audit/
9- // and encode the CURRENT behavior of our rule so that running this file
10- // reports pass. Each divergence from jsx-a11y is annotated with a
8+ // These tests run as part of the normal Vitest suite (the ` tests/**/*.js` glob
9+ // picks them up) and encode the CURRENT behavior of our rule so that running
10+ // this file reports pass. Each divergence from jsx-a11y is annotated with a
1111// "DIVERGENCE —" block. Peer-only constructs that cannot be translated to
1212// Ember templates (JSX spread props, settings.components aliasing, JSX-only
1313// attribute syntax) are marked "AUDIT-SKIP".
You can’t perform that action at this time.
0 commit comments