Skip to content

[css-backgrounds] border-image grammar includes <border-image-width> twice #12328

Closed
@tcl3

Description

@tcl3

The grammar for the border-image shorthand says two border-image-width values should be parsed. It seems like only one border-image-width value should be needed here.

The current grammar is: <'border-image-source'> || <'border-image-slice'> [ / <'border-image-width'> | / <'border-image-width'>? / <'border-image-outset'> ]? || <'border-image-repeat'>

It seems like what's needed is: <'border-image-source'> || <'border-image-slice'> [ / <'border-image-width'>? / <'border-image-outset'> ]? || <'border-image-repeat'>.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Closed as Question AnsweredUsed when the issue is more of a question than a problem, and it's been answered.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions