[webkit-reviews] review requested: [Bug 12214] REGRESSION: css image with relative path is not loaded, when both base element and dir attribute in the html tag are present : [Attachment 13178] fix + test cases

bugzilla-request-daemon at macosforge.org bugzilla-request-daemon at macosforge.org
Wed Feb 14 18:49:29 PST 2007


Zalan Bujtas <zbujtas at gmail.com> has asked Darin Adler <darin at apple.com> for
review:
Bug 12214: REGRESSION: css image with relative path is not loaded, when both
base element and dir attribute in the html tag are present
http://bugs.webkit.org/show_bug.cgi?id=12214

Attachment 13178: fix + test cases
http://bugs.webkit.org/attachment.cgi?id=13178&action=edit

------- Additional Comments from Zalan Bujtas <zbujtas at gmail.com>
I looked into the @import issue and,
- @import inside inline <style (<body style="@import
url(background_image_is_set_here.css);">) is not implemented by anyone.
http://www.w3.org/TR/css-style-attr never made it. it is still working draft. 
- normal @import use case, like <head><style> @import... works without my
patch. I still added this test case with the combination of <base element. I
guess an extra test does not hurt.
-removed the get().



More information about the webkit-reviews mailing list