[selectors-4][css-lists-3][css-view-transitions] Should ::view-transition-group()
follow ::view-transition
?
#8229
Labels
css-pseudo-4
Current Work
css-view-transitions-1
View Transitions; Bugs only
selectors-4
Current Work
CSS Lists and Counters says that an originating element that is a pseudo-element needs to be explicitly specified in the selector. For example,
::marker
does not select::before::marker
.CSS View Transitions says that all of the view transition pseudo-elements are selected from their ultimate originating element, the document element.
For example,
::view-transition-group(*)
selects all::view-transition-group()
children of::view-transition
.And
::view-transition::view-transition-group(*)
is currently invalid in Chrome. Should it be valid?Maybe the note from CSS Lists and Counters should not apply to functional sub-pseudo-elements?
The text was updated successfully, but these errors were encountered: