- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Wed, 26 Oct 2022 19:30:32 +0000
- To: public-css-archive@w3.org
Yes, the idea suggested by fantasai/miriam is that we expose the structure of the pseudo tree directly, with the names mapped to element names and the tags mapped to classes. So `html::view-transition(.foo old)` matching an "old" image who is a descendant of a "foo"-tagged container or image-group. Then you could write `html::view-transition(old.foo:only-child)` to get an old that doesn't have a new. -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7788#issuecomment-1292538600 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 26 October 2022 19:30:34 UTC