svelte
svelte copied to clipboard
fix: add a11y configuration for checking through control and input component
Fixes #6469
Before submitting the PR, please make sure you do the following
- [x] It's really useful if your PR references an issue where it is discussed ahead of time. In many cases, features are absent for a reason. For large changes, please create an RFC: https://github.com/sveltejs/rfcs
- [x] Prefix your PR title with
[feat],[fix],[chore], or[docs]. - [x] This message body should clearly illustrate what problems it solves.
- [x] Ideally, include a test that fails without this PR but passes with it.
Tests
- [x] Run the tests with
npm testand lint the project withnpm run lint
@dummdidumm is attempting to deploy a commit to the Svelte Team on Vercel.
A member of the Team first needs to authorize it.
Not merging for v3 or v4 to give us room to think about the whole thing more deeply for v5
Hey, is there a reason this PR isn't merged yet? I feel that it would be very useful in situations where inputs need custom input validation or functionality.