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

All of the cases are equivalent in parsing; so long as you don't have a `*` before or after the `/`, a `/` will always parse as a DELIM token.

For readability's sake, I do agree with always doing spaces. We can special-case 'font' if necessary, but I'd rather try for consistency first and special-case only if there are bugs.

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

Received on Monday, 9 September 2019 16:12:25 UTC