-
Notifications
You must be signed in to change notification settings - Fork 110
Closed
Description
This issue is explained at http://stackoverflow.com/q/15481088/2657549
#something {
background: url(data:image/png;base64,ABCDEF);
}
with a correct base64 encoding of an image instead of ABCDEF is valid according to http://www.w3.org/TR/CSS21/syndata.html#uri but throws an error when going through the validator:
Value Error : background url(data:image/png;base64,ABCDEF) is an incorrect URL url(data:image/png;base64,ABCDEF)
Is that a bug?
Metadata
Metadata
Assignees
Labels
No labels