Skip to content

[css-anchor-position-1] Minor correct to the grammar for position-try-fallbacks #12838

@weinig

Description

@weinig

I think the grammar for position-try-fallbacks probably wants to use <position-area> not <'position-area'>, as the latter allows none.

--

More details:

The grammar for position-try-fallbacks is currently:

<'position-try-fallbacks'> = none | [ [<dashed-ident> || <try-tactic>] | <'position-area'> ]#

And the grammar for <'position-area'> is:

<'position-area'> = none | <position-area>

Combined, this means that position-try-fallbacks allows something like flip-block, none, none, none.

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