Michael Keller

Results 125 comments of Michael Keller

@riziles thanks for these examples. I was able to get the node websocket example running using your starter template as a guide. +1 for a vite plugin that does any...

I think you don't have to go full-fork actually. You should be able to grab [`Svg.svelte`](https://github.com/mhkeller/layercake/blob/main/src/lib/layouts/Svg.svelte) and copy that as a local component inside your project. And instead of doing......

@maxblee what do you think about scaling down that PR to just the common accessibility labels instead of allowing arbitrary ones?

I see from the original comment there is `aria-labelledby` and it has `` as a separate element. Is there any difference to doing it that way versus a prop like...

Got it. Okay that should be easy, we'll do it as a separate slot like `defs`

FYI I added this to the docs: https://github.com/mhkeller/layercake/commit/e459efff16f627507c80364de53d0b22a79884b0

I'm going to close this in favor of https://github.com/mhkeller/layercake/pull/133 since that will add the ability for aria-labels without the possible performance issues cited here. Let me know if there's a...

I'm pretty sure this is the same issue as https://github.com/mhkeller/layercake/issues/97 https://github.com/sveltejs/svelte/issues/7450 https://github.com/sveltejs/svelte/issues/7563 The `linearGradient` element is coming back with a namespace of "http://www.w3.org/1999/xhtml" when it should be "http://www.w3.org/2000/svg". The fix...

Here's the repro: https://svelte.dev/repl/2647caa253d648428dfd96b8d1d6b974?version=3.55.0 And tracking here: https://github.com/sveltejs/svelte/issues/7807

This is in the docs: https://github.com/mhkeller/layercake/commit/e459efff16f627507c80364de53d0b22a79884b0