Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
patricknelson authored Nov 29, 2023
1 parent f3e884b commit 1be3583
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ DOM _or_ shadow DOM. Automatically forwards all slots and attributes to your Sve

## Why?

Svelte already allows you to compile your components to custom elements. However, it's missing features that we want to
add support for:
Svelte already allows you to compile your components to custom elements. However, it's missing a few extra features:

* Svelte 3: You have to use shadow DOM (no light DOM compatibility at all)
* Svelte 4: You cannot use slots in the light DOM (https://github.com/sveltejs/svelte/issues/8963), which also means no
Expand Down

0 comments on commit 1be3583

Please sign in to comment.