[css-houdini-drafts] [css-typed-om] Should CSSURLImageValue serialize with quotes?

darrnshn has just created a new issue for https://github.com/w3c/css-houdini-drafts:

== [css-typed-om] Should CSSURLImageValue serialize with quotes? ==
The [spec](https://drafts.css-houdini.org/css-typed-om-1/#urlimagevalue-serialization) says that `CSSURLImageValue` serializes to `"url(" + url + ")"`. Unless the quotes implied when serializing the `url` attribute, the result will not contain quotes (e.g. `url(www.google.com)` and `url("www.google.com")`). Should the serialized string have quotes?

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

Received on Wednesday, 15 November 2017 02:53:11 UTC