-
Notifications
You must be signed in to change notification settings - Fork 728
[css-view-transitions-2] Define the view-transition-group-children pseudo element #12277
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
Conversation
…eudo This new pseudo is an ancestor to the other nested groups, and is positioned after the group's view-transition-image-pair which contains the group's contents. Resolution: w3c#11926 (comment) Closes w3c#11926
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We also need to add somewhere the fact that we want border-style: solid
and border-color: transparent
in the UA stylesheet for the group-children.
That and I'm not sure if it's understood that these should be abspos inset 0 as well?
Co-authored-by: vmpstr <vmpstr@chromium.org>
Co-authored-by: vmpstr <vmpstr@chromium.org>
Co-authored-by: vmpstr <vmpstr@chromium.org>
Co-authored-by: vmpstr <vmpstr@chromium.org>
Yea, they do. |
Done |
This new pseudo is an ancestor to the other nested groups, and is positioned after the group's view-transition-image-pair which contains the group's contents.
Resolution:
#11926 (comment)
Closes #11926