svelte icon indicating copy to clipboard operation
svelte copied to clipboard

fix: add a11y configuration for checking through control and input component

Open tanhauhau opened this issue 3 years ago • 2 comments

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 test and lint the project with npm run lint

tanhauhau avatar Aug 09 '22 11:08 tanhauhau

@dummdidumm is attempting to deploy a commit to the Svelte Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] avatar Feb 23 '23 17:02 vercel[bot]

Not merging for v3 or v4 to give us room to think about the whole thing more deeply for v5

dummdidumm avatar Mar 01 '23 16:03 dummdidumm

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.

ByteAtATime avatar Apr 12 '24 16:04 ByteAtATime