- From: Tom Wilkinson via GitHub <sysbot+gh@w3.org>
- Date: Mon, 26 Sep 2022 19:11:39 +0000
- To: public-css-archive@w3.org
> Just so I understand, why is there a need to use a new tagging system, rather than reusing one of the existing tagging systems (class, id)?
Let me rephrase, why not have an opt-in to transitions and then reuse whatever class/id already exists on that element.
```
<div id="foo"></div>
```
```
#foo {
view-transition: root;
}
```
Which leads to something like:
```
::view-transition(root #foo):enter
```
--
GitHub Notification of comment by tbondwilkinson
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7788#issuecomment-1258487721 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 26 September 2022 19:11:41 UTC