Commit 935ef6f
committed
docs(template-require-mandatory-role-attributes): fix spinbutton required-ARIA description (Copilot review)
Per WAI-ARIA, role=spinbutton requires aria-valuenow. The docs table
previously said 'no required ARIA'. Update to reflect that <input
type='number'> supplies the required value state via native value/min/max,
which accessibility mappings expose as aria-valuenow — the role IS required,
the native element provides it.1 parent 00d9bb7 commit 935ef6f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments