-
Notifications
You must be signed in to change notification settings - Fork 708
[css-values-4] How does an empty url serialize? #6587
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
#2211 talked about this, and the IRC log says:
but the test |
Serializing to a valid URL like WebKit / Blink do seems wrong. If we do that then that breaks round-tripping. I'm not in love with the |
This is a duplicate of #6447 |
Closing as duplicate. |
https://drafts.csswg.org/css-values/#url-empty says how empty urls (
url()
) are resolved, but not how they are serialized.Gecko serializes as
url("about:invalid")
, WebKit and Blink serialize as the resolved url (i.e. the base URL).The text was updated successfully, but these errors were encountered: