-
Notifications
You must be signed in to change notification settings - Fork 719
[css-values-3] Serialisation of empty url() undefined #6447
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
Labels
Closed Accepted by CSSWG Resolution
Commenter Satisfied
Commenter has indicated satisfaction with the resolution / edits.
css-values-3
Comments
The CSS Working Group just discussed
The full IRC log of that discussion |
tabatkins
added a commit
that referenced
this issue
Oct 12, 2022
Fixed per WG resolution, assuming commenter satisfied. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Closed Accepted by CSSWG Resolution
Commenter Satisfied
Commenter has indicated satisfaction with the resolution / edits.
css-values-3
Uh oh!
There was an error while loading. Please reload this page.
https://drafts.csswg.org/css-values-3/#url-empty, with tests at https://github.com/web-platform-tests/wpt/blob/master/css/css-values/urls/empty.html
This section states:
This doesn't appear to define what the computed value of an empty url() is, thus it would appear to be undefined. The tests (by @emilio) assert that the value is
about:invalid
, rather than it merely being similar to it (resolving to an abstract invalid resource).Compare with, under Relative URLs above:
Current implementation status is:
about:invalid
The text was updated successfully, but these errors were encountered: