Re: [csswg-drafts] [css-shared-element-transitions-1] Renaming and brevity (#7788)

> 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