Lukas Spirig

Results 77 comments of Lukas Spirig

About the slot nesting; I simply forgot about white space with unnamed slots... Also the event path always travels the full available, slotted path, regardless if it is "rendered" or...

@justinfagnani @sorvell I have added the discussed tests (and found a bug with the nested slot case) and rebased the branch on main. I have renamed the global property to...

@sorvell Thank you for the review. Feel free to contact me via Discord, if you would like to discuss the open topics it in person.

Ok, I have had a look at the problem. From my understanding, the problem happens when there are multiple slots with the same name in a shadow DOM. This is...

I'm not sure whether the spec allows this, but technically it works. It just connects slotted elements to the first instance of the named slot. I would also adapt the...

This was discussed during initial implementation of support for context in SSR and the event handling implementation. An approach as suggested was dismissed as it leads to additional payload for...

In your example the output from `@ssrConnectedCallback` would also be included in the JavaScript sent to the browser, even though the browser has nothing to do with SSR. So you...