[css-values-5] Syntax of progress() vs mix() functions · Issue #10489 · w3c/csswg-drafts · GitHub
Skip to content

[css-values-5] Syntax of progress() vs mix() functions #10489

Closed
@fantasai

Description

We currently have the progress() functions defined like

progress(<value> from <start> to <end>)

but the mix() functions are defined like

mix(<progress>, <start>, <end>)

Would it make sense to align these a bit more, e.g.

mix(<progress> of <start> to <end>)

?

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