Re: [csswg-drafts] [css-view-transitions-2] Creating 'classes' of transition groups (#8319)

> The classes are taken from the new element CSS, unless there is no new element (exit transition), in which case it's taken from the old element.

Could you clarify what this means?

> The selector should allow multiple classes, and any of them have to match the transition's view-transition-class.

This behaviour would be misleading if the syntax for the selector contains: `.class1.class2`, which, in CSS means both classes are applied. So I would prefer this syntax: `::view-transition-group(* of class1 class2)`. Since these are *not* CSS selectors, I would like to use different syntax if possible.

-- 
GitHub Notification of comment by nmn
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8319#issuecomment-1852597230 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 12 December 2023 18:34:14 UTC