-
Notifications
You must be signed in to change notification settings - Fork 689
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[css-view-transitions-2] Allow empty :active-view-transition() ? #9626
Comments
Basically with empty params it reads as a transition with zero types, unlike |
I would prefer allowing |
- Make types mutable using ViewTransition.typeList w3c#9542 (comment) - Separate `:active-view-transition` and `:active-view-transition-type` See w3c#9972 (comment) - Add notes about types being bound to one document See w3c#9526 (comment) Closes w3c#9972 Closes w3c#9542 Closes w3c#9526 Closes w3c#9626
We resolved in #9972 (comment) to have two versions, one which omits arguments and one that must take a type argument |
…10072) * [css-view-transitions-2] Apply resolutions for view-transition types - Make types mutable using ViewTransition.typeList #9542 (comment) - Separate `:active-view-transition` and `:active-view-transition-type` See #9972 (comment) - Add notes about types being bound to one document See #9526 (comment) Closes #9972 Closes #9542 Closes #9526 Closes #9626 Co-authored-by: Khushal Sagar <[email protected]> --------- Co-authored-by: Khushal Sagar <[email protected]>
In general, if there's reasonable default behavior, we allow omitting arguments, so... should
:active-view-transition()
be equivalent to:active-view-transition(*)
?The text was updated successfully, but these errors were encountered: