Geoff Rich
Geoff Rich
**Describe the bug** When you dynamically bind elements in an `#each` block to an array, and those elements have a transition on them, the bound array is not kept in...
Add docs around SvelteKit's accessibility features and what developers need to do to play nicely with them. I focused these docs on SvelteKit-specific concerns (route announcements, focus management) instead of...
### Product axe Extension ### Product Version extension: v4.33.2 axe-core: v4.4.2 ### Lastest Version - [X] I have tested the issue with the latest version of the product ### Issue...
### Describe the problem In Svelte, you can play transitions on initial render by setting `intro: true` in the [component constructor](https://svelte.dev/docs#Creating_a_component). There doesn't seem to be a way to do...
### Describe the problem Currently, `enhance` only works on forms where `method="POST"`. I would also like to progressively enhance a form where `method="GET"`, e.g. a search form. For of an...
### Describe the bug When navigating to a new page, if you are already scrolled partway down the page, the next page load will keep the current scroll position and...
### Describe the bug If you have the following form: ```html Submit ``` Submitting it with JavaScript disabled includes the `foo` value, i.e. the URL contains `?foo=bar`. This is native...
### Describe the bug If a page has an `autofocus` element, navigating away from it will incorrectly focus the `autofocus` element on the origin page. ### Reproduction [Stackblitz](https://stackblitz.com/edit/sveltejs-kit-template-default-yryvhn?file=src/routes/+page.svelte) 1. Click...
### Describe the bug When an input is programmatically focused in `afterNavigate`, it becomes focused, but you can't type in it. This may be due to resetting selection. I can...
**Depends on https://github.com/sveltejs/site-kit/pull/160, leaving in draft until that is merged** Closes https://github.com/sveltejs/sites/issues/494 The current user menu in the REPL wasn't keyboard- or AT- accessible since it only activated on hover....