Closed Bug 529249 Opened 15 years ago Closed 14 years ago

empty url() in css will make a new http-request on whole site.

Categories

(Core :: CSS Parsing and Computation, defect)

defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 339112

People

(Reporter: dsa, Unassigned)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 (.NET CLR 3.5.30729)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 (.NET CLR 3.5.30729)

we have an inline (i know, bad) css-style "background-image: url()".
These empty url() makes an additional request on the whole html-site.
Server side we have two requests on the same site. this makes trouble.
empty url() should not make an additonal request on the whole site.
A css warning are more useful.


Reproducible: Always

Steps to Reproduce:
1. make an inline css statement with empty url (e.g. background-image: url() )
2. load this site
3. look into server logs, you see two requests.
Actual Results:  
in server logs you see two requests

Expected Results:  
one request and a css warning.
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Component: General → Style System (CSS)
OS: Windows XP → All
Product: Firefox → Core
QA Contact: general → style-system
Hardware: x86 → All
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.