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
Right now view-transition-group is a bit inconsistent, because:
nearest and <custom-ident> refer to nesting from the descendant's point of view
contain refers to nesting from the ancestor's point of view.
Perhaps it would make more sense that nearest and <custom-ident> would also act as contain? I think the discussion in the WG here was sort of saying it but the resolution was ambiguous.
If we do that, what happens when there's an invalid <custom-ident>?