Commit 9896115
committed
test: add interactive-roles util test + document progressbar divergence
Covers the full util surface:
- Canonical widget roles (button, link, combobox, etc.) — in set
- Composite-widget containers (listbox, grid, tablist, tree, treegrid) — in set
- toolbar manual override — in set (documented exception)
- tooltip exclusion — NOT in set (WAI-ARIA 1.2 §5.3.3)
- progressbar included (documented divergence from lit-a11y)
- Set-size pin (35 roles) — surfaces aria-query taxonomy drift as test failure
- COMPOSITE_WIDGET_CHILDREN sanity (listbox/option, grid/gridcell transitivity,
treegrid/row+treeitem superClass inheritance, radiogroup/radio, submenu)
Also extend the util JSDoc to document progressbar inclusion vs lit-a11y's
readonly-value-based exclusion — previously only noted in the PR body.1 parent 02516ec commit 9896115
1 file changed
Lines changed: 13 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
8 | 11 | | |
9 | | - | |
10 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
16 | 27 | | |
17 | 28 | | |
18 | 29 | | |
| |||
0 commit comments