- From: Jake Archibald via GitHub <sysbot+gh@w3.org>
- Date: Wed, 26 Oct 2022 17:01:19 +0000
- To: public-css-archive@w3.org
@fantasai and @mirisuzanne suggested a syntax like this: ```css html::view-transition(.header new) { … } ``` Where the bit within `view-transition()` would allow for a complex selector where the `view-transition-name` is 'turned into' a class name, and the parts of the structure are 'turned into' tag names. So the above is selecting 'new' parts within the container with `view-transition-name` of `header`. -- GitHub Notification of comment by jakearchibald Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7788#issuecomment-1292341898 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 17:01:21 UTC