[Webkit-unassigned] [Bug 17051] safari should treat "url()" as a valid CSS value

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 30 14:07:10 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17051





------- Comment #10 from eric at webkit.org  2008-01-30 14:07 PDT -------
(In reply to comment #9)
> Eric, I don't think your analysis is quite correct.  If you bring up the DOM
> inspector in Firefox, you'll see that it is using the URL of the document as
> the background image.  (Look at the computed style.)  So, it is treating url()
> as equivalent to the URL of the document.
> 

I agree, your analysis is more complete.  My statement is also true though.  We
seem to ignore url() (probably at the parser level) and thus discard the
"background:" property completely.  We do correctly resolve all url() values
against the document URL in other case AFAIK.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list