Skip to content

[css-shapes] Minor typo in ellipse() syntax #3609

@pyoor

Description

@pyoor

The ellipse syntax is defined as ellipse( <shape-radius>{2}? [ at <position> ]? )

Based on the css-values definition, it looks like a brace multiplier followed by an optional element is illegal.

Shouldn't it be ellipse( [<shape-radius>{2}]? [ at <position> ]? )

ellipse( <<shape-radius>>{2}? [ at <<position>> ]? )

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions