[csswg-drafts] [cssom] Adjacent space when serializing '/' (#4282)

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

== [cssom] Adjacent space when serializing '/' ==
Each browser has variation in whether or not they include whitespace when serializing a '/' in shorthands ([example](https://jsfiddle.net/ericwilligers/8amc49vL/)):

Blink:
No spaces for specified font.
Spaces for resolved border-radius, font, grid, grid-template.

Edge 18:
No spaces for specified font.
Spaces for specified border-radius.

Firefox:
No spaces for specified font.
Spaces for specified border-radius, grid, grid-template, mask.

Safari:
No spaces for specified or resolved font.
Spaces for resolved border-radius, grid, grid-template.

Relevant spec: https://drafts.csswg.org/cssom/#serializing-css-values


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

Received on Saturday, 7 September 2019 05:44:31 UTC