Re: [csswg-drafts] [css-values] Make slashes implicitly omissible like commas (#7200)

This change wouldn't touch existing syntaxes because they don't allow leading or trailing slashes nor multiple subsequent slashes without values in between them.

`font` requires `<'font-size'>` to be set at the left side of the slash and `<'line-height'>` on the right side. `border-image` requires either `<'border-image-source'>` or `<'border-image-slice'>` on the left and `<'border-image-width'>` and `<'border-image-outset'>` on the right side.
I.e. in those cases the slash is required and the rules mentioned above do not apply.

Sebastian

-- 
GitHub Notification of comment by SebastianZ
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7200#issuecomment-1099652131 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 14 April 2022 21:40:29 UTC