mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
bc2e74de38
* fix(audit): add `tabpanel` to `aria_non_interactive_roles`
* fix(audit): allow `tabIndex` on elements with `tabpanel` role
See: d32a27fb64/docs/rules/no-noninteractive-tabindex.md (rule-options)
* chore: add changeset
5 lines
98 B
Markdown
5 lines
98 B
Markdown
---
|
|
'astro': patch
|
|
---
|
|
|
|
Fixes false positive audit warnings on elements with the role "tabpanel".
|