Geoff Rich

Results 120 comments of Geoff Rich

This still appears to be happening in Firefox (tested in 108 on Mac). Repro (from #8627): https://stackblitz.com/edit/sv-bug-fetch-demo I was able to repro myself on a fresh project (Kit 1.2.1) by...

Coming back to this, I've been making a lot of progressive-enhanced-form demos with `` and often find myself needing to replicate SK's form handling so I can use `keepFocus` and...

> Things like this are why I voted against SvelteKit handling this as a attribute and instead introducing a use:enhanceGet action, which I feel could have handled such use cases...

May I suggest: `beforeAfterNavigate`? And then we could have a counterpart, `afterBeforeNavigate` (mostly kidding) But yes, this would be super helpful for integrating with shared element transitions. [My demo](https://github.com/geoffrich/sveltekit-shared-element-transitions/blob/7de6f37bd07f9dd69af2e0bb59e4285f879d2143/src/lib/page-transition.js#L43-L60) currently...

@raymclee for now, downgrade to 1.0.0-next.192. It's only 1 version back so you shouldn't be missing much ([changelog](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#100-next193)) ``` npm i @sveltejs/[email protected] ```

Yeah, to me this seems to be a special case not covered by the spec. I can also easily contrive an example using aria-labelledby that has the same issue. ```html...

If you would prefer another example, let me know. I should be able to demonstrate this issue with any element that needs to determine an accessible name -- simply place...

Also note the edge case where a slot has default content. In this case, the accessible name should be based on the slot's child nodes OR the slot's assigned nodes,...

I can't reproduce this - what page are you seeing this on? e.g. the `on:eventname` docs correctly toggle between JSDoc and TS (https://svelte.dev/docs/element-directives#on-eventname) JS: TS:

The CSS variables are defined in the site-kit repo, which contains base styles and components for the various svelte.dev sites: https://github.com/sveltejs/site-kit/blob/01d83baee868053b01b560bc92ee34967616113f/base.css#L33-L45