You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We may want to omit ::view-transition-{old,new,group} from the CSS scoping logic in Svelte 4, so that idiomatic uses of the view transitions API are covered.
Alternatives considered
Status quo of adding the :root selector before the pseudo-element
Importance
nice to have
The text was updated successfully, but these errors were encountered:
view transition pseude selectors are global-like, i.e. they shouldn't be scoped or treated as unused.
In the process of adding support for this, is_root and is_host were consolidated into is_global_like because their usage locations didn't need any differentiation between them (same for the new view transition treatment)
closes#9127
* feat: leave view transition pseudo selectors untouched
view transition pseude selectors are global-like, i.e. they shouldn't be scoped or treated as unused.
In the process of adding support for this, is_root and is_host were consolidated into is_global_like because their usage locations didn't need any differentiation between them (same for the new view transition treatment)
closes#9127
* regenerate types
Describe the problem
From sveltejs/kit#9605:
I'm not that familiar with these APIs or whether this is a good idea, but wanted to note it here so that we don't lose track of it
Describe the proposed solution
Also from sveltejs/kit#9605:
Alternatives considered
Status quo of adding the :root selector before the pseudo-element
Importance
nice to have
The text was updated successfully, but these errors were encountered: