Skip to content

Commit

Permalink
Update 0000-selecting-roots.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nukiloco authored Sep 26, 2021
1 parent 2bd0107 commit 060ef8a
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions text/0000-selecting-roots.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
- Start Date: 2021-9-26 (fill me in with today's date, YYYY-MM-DD)
- Start Date: 2021-9-26
- RFC PR: (leave this empty)
- Svelte Issue: (leave this empty)

# Selecting Roots (RFC title goes here)
# Selecting Roots

## Summary

This RFC proposes a new feature that allows you to select what is the designated root of a svelte component.

```
<svelte:root>
</svelte:root>
```

> One paragraph explanation of the feature.
## Motivation
Expand All @@ -30,6 +37,8 @@
> enumerate the constraints you are trying to solve without coupling them too
> closely to the solution you have in mind.
The motivation of this arises from the current difficulties with stylizing, setting actions, transitions, animations onto child components.

## Detailed design

### Technical Background
Expand Down

0 comments on commit 060ef8a

Please sign in to comment.