-
Notifications
You must be signed in to change notification settings - Fork 708
[css-view-transitions-2] Clarifications around view-transition-group
#10957
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
Comments
For the last one, I think that was already resolved (by adopting the proposal as expressed in the issue prior to the resolution). |
The CSS Working Group just discussed The full IRC log of that discussion<TabAtkins> noamr: we resolved in the VT breakout on many things, but there were some unclear or edge cases<TabAtkins> noamr: small but related <TabAtkins> noamr: want to clarify the semantics of VT keywords are tree-scoped <TabAtkins> noamr: We have keywords like 'nearest' <khush> q+ <TabAtkins> noamr: Want to clarify they're tree-scoped as well, so 'nearest' can't capture things that couldn't be explicitly named <TabAtkins> noamr: the other one is what happens in a mismatch, the old doc says "VT group X" the new says "VT group Y" <TabAtkins> noamr: It appears there's no good solution <TabAtkins> noamr: want to just be consistent with v-t-class and such. the semantic there is "last capture wins", so it'll usually take the VT group from the new doc state, unless it's an exit transition <TabAtkins> noamr: third thing, not clear when using 'nearest' or a name that it also contains its descendants <TabAtkins> noamr: if not, it's impossible for an element to contain and be contained at the same time <TabAtkins> noamr: our proposal is to have it also contains its descendants by default <TabAtkins> noamr: you can always escape by normal <khush> q? <TabAtkins> fantasai: it seems like this is three issues all filed separately, can we take them one by one? |
working on the individual issues instead |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We recently resolved on
view-transition-group
, but a few things remained unresolved:nearest
keyword and others are tree scoped like names. Verifying. ([css-view-transitions-2]view-transition-group
and tree-scoping #10633)view-transition-group
are not the same? ([css-view-transitions-2] Nested transitions: what happens if there is a mismatch? #10631).nearest
and<<custom-ident>>
implicitly also meancontain
? ([css-view-transition-2] Should non-defaultview-transition-group
act likecontain
? #10780)Proposing:
view-transition-group
semantics are tree-scopedview-transition-group
acts likeview-transition-class
in a mismatch (last capture wins)nearest
and<<custom-ident>>
implicitly also maincontain
The text was updated successfully, but these errors were encountered: