Re: [csswg-drafts] [css-variables-1] Specification is not clear on usage and behaviour of custom string as a CSS custom property value (#6572)

Oh yeah, and didn't think about the quoting character used, but that should indeed be preserved here I suppose. The fact that it's not obviously stems from the same reason that the large integer is printed differently - Chrome is preserving the token values and freshly reserializing them, rather than preserving the input string.

I suspect Safari is doing the same thing, just with a larger threshold for when they flip to serializing integers with scinot, so you only see the string-delimiter difference.

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


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

Received on Thursday, 2 September 2021 17:38:35 UTC