diff --git a/CHANGELOG.md b/CHANGELOG.md index e8b4979fde..ede7feaf22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,43 @@ ## Unreleased +* Add a11y warnings: + * `aria-activedescendant-has-tabindex`: elements with `aria-activedescendant` need to have a `tabindex` ([#8172](https://github.com/sveltejs/svelte/pull/8172)) + * `role-supports-aria-props`: checks that the (implicit) element role supports the given aria attributes ([#8195](https://github.com/sveltejs/svelte/pull/8195)) +* Omit a11y warning on `