[css-houdini-drafts] [css-typed-om] CSSURLImageValue constructor probably shouldn't require "url()" around the URL

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

== [css-typed-om] CSSURLImageValue constructor probably shouldn't require "url()" around the URL ==
As specified today, the [`CSSURLImageValue` constructor] seems to require that `url()` be around the URL in the string passed to it, since it depends on the `<url>` production.

I suspect it shouldn't require `url()`... but if that was the intent, an example should be given.

The spec should also specify more clearly how the parameter is processed, for example, whether CSS character escapes are processed.

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

Received on Saturday, 3 February 2018 16:55:33 UTC