[csswg-drafts] [css-values] Quotes and serialization of urls

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

== [css-values] Quotes and serialization of urls ==
Serialization of [urls](https://drafts.csswg.org/css-values/#urls) is not consistent between browsers, and the specs appear to be silent.

Any URL in 'cursor' or 'background' or ... is not enclosed in quotes when serialized by Safari.

Any URL in 'cursor' or 'background' or ... is enclosed in double quotes when serialized by Blink or Firefox.


Any URL in 'background' or ... is enclosed in double quotes when serialized by Edge.

Any URL in 'cursor' is not enclosed in quotes when inline style is serialized by Edge, and is enclosed in single quotes by Edge getComputedStyle. This may be an Edge bug specific to cursor.

[Test page](https://jsfiddle.net/ericwilligers/zazenw8e/)


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

Received on Thursday, 12 April 2018 09:21:49 UTC