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

To summarize a proposal:
* Add `view-transition-class: none | <<custom-ident>>+` to annotate the element as having given view transition class(es). We'd like to reserve idents starting with `-ua-` for future considerations consistent with other view-transition properties.
* Add the ability to select a `::view-transition-*` pseudo element based on this class as a class selector after the pseudo.
  
  For example:
 `::view-transition-group(*).foo` means "any view transition group element with a `view-transition-class: foo`"; 

  `::view-transition-new(name).class.another_class` means "view transition new element with name `name` and both `class` and `another_class` `view-transition-class`es"

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


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

Received on Thursday, 16 November 2023 19:45:25 UTC