Skip to content

[css-animation] Is calc() allowed to be used for the <keyframe-selector> production in the @keyframes prelude? #10879

Closed
@weinig

Description

@weinig

The <keyframe-selector> production in the @keyframes prelude is defined via the grammar:

<keyframe-selector> = from | to | <percentage [0,100]>

Generally, use of <percentage> implies the ability to use calc(), but it does not seem to be universally implemented that way.

Is the intention of the spec that calc() should be allowed here?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions