Closed Bug 171071 Opened 22 years ago Closed 22 years ago

data: URIs not supported in CSS url()

Categories

(Core :: CSS Parsing and Computation, defect)

defect
Not set
normal

Tracking

()

VERIFIED INVALID

People

(Reporter: drbrain-bugzilla, Assigned: dbaron)

References

Details

Attachments

(2 files)

(In testcase)

Steps to reproduce:

1) Load testcase
2) look for the same funny bullet image for both 'httpURI' and 'dataURI'

Actual results:

a diamond bullet shows for the dataURI

Expected results:

the funny bullet image shows for both httpURI and dataURI
Testcase for this bug.
This testcase doesn't have newlines in the string.  Such newlines are certainly
invalid CSS for the string data type -- I need to double-check that the same
applies to URLs (but even if they were -- what would the URL parser do with
them?).
Yes, it should be clear from the tokenization in
http://www.w3.org/TR/CSS21/syndata.html#tokenization (although it isn't clear
from the prose on URLs) that newlines must be escaped by backslash within strings.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
Doh, yep!

v.
Status: RESOLVED → VERIFIED
Blocks: 144766
*** Bug 211797 has been marked as a duplicate of this bug. ***
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: