Skip to content

Unquoted data URIs are valid #42

@tcrxt

Description

@tcrxt

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions