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

SebastianZ has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-values] Make slashes implicitly omissible like commas ==
For commas in values there is a [definition that says that they are implicitly omissible](https://drafts.csswg.org/css-values-4/#comb-comma) when

* all items preceding the comma have been omitted
* all items following the comma have been omitted
* multiple commas would be adjacent (ignoring white space/comments), due to the items between the commas being omitted.

I believe the same logic should apply to slashes within values.

One explicit case for that is currently discussed in #7142.

Sebastian

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7200 using your GitHub account


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

Received on Tuesday, 5 April 2022 20:48:09 UTC