Skip to content

[css-animations-2] List of pseudo-elements in composite order is non-exhaustive #4502

Closed
@george-steel

Description

@george-steel

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.

  1. Replace the specific list with "pseudo-elements in alphabetical order by selector", as is done to order transitions by property.
  2. Add an entry for "other pseudo-elements in alphabetical order by selector".
  3. Add a canonical ordering to the pseudo-element spec and reference it. This would have to keep up with changes.
  4. Add a restriction on which pseudo-elements may be animated to css-animations-1 and web-animations

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions