There is 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-1941e8e5-33c7-4f96-a0bd-93cedcea9db1 XWIKI-22206 Open

Minify CSS removes spaces from SVG background-image

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-cbfe8fdb-47f3-4a31-992b-ab63f08ddf4b Charpentier Lucas on 22/May/25 16:49
 

In HTML and URL specs, the URL should not contain any space:
https://url.spec.whatwg.org/#url-scheme-string

However this does not seem to be true in CSS: the specs warn that spaces are not accepted in the URLs when not using quotation marks (which would mean that they are allowed as long as we're using quotation marks).

The specs seem to be a bit confused here and this must be why it's a bug with YUI...