Closed
Description
In the definition of Animation composite order, the list of pseudo-elements only includes ::marker
, ::before
, and ::after
. Since many other pseudo-elements exist, and there is no section of the spec restricting animations to these particular pseudo-elements, How should we resolve this? I can think of a few possibilities.
- Replace the specific list with "pseudo-elements in alphabetical order by selector", as is done to order transitions by property.
- Add an entry for "other pseudo-elements in alphabetical order by selector".
- Add a canonical ordering to the pseudo-element spec and reference it. This would have to keep up with changes.
- Add a restriction on which pseudo-elements may be animated to css-animations-1 and web-animations
Metadata
Metadata
Assignees
Labels
No labels