Skip to content

[css-values-5] Require two or more random-item()s #8386

Closed
@cdoublev

Description

@cdoublev

I am not sure whether the current requirement of one or more random items in random-item() is intentional or if it should be two or more:

- <random-item()> = random-item( <random-caching-options> ';' <declaration-value> [ ';' <declaration-value> ]* )
+ <random-item()> = random-item( <random-caching-options> ';' <declaration-value> [ ';' <declaration-value> ]+ )

Alternatively:

<random-item()> = random-item( <random-caching-options> [ ';' <declaration-value> ]{2,} )

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