[Webkit-unassigned] [Bug 6891] end-of-file handling for @import is wrong

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 27 05:11:19 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=6891





--- Comment #12 from Robert Blaut <webkit at blaut.biz>  2010-01-27 05:11:18 PST ---
Yuzo

in standards mode the test case with new line should match nothing. 

The code: 
<style>@import "import-css.css
</style>

is the same as

<style>@import "import-css.css\";</style>

Firefox 3.6, Opera 10.50 renders this case correctly - no style sheet is
imported.

In quirks mode Opera is much more forgiving in this case and ignores new line
in path. So Opera imports the stylesheet but only in quirks mode.

IMO WebKit should behaves as Firefox 3.6 in this case in standards and also in
quirks mode.

The second test case without new line is correct and exposes bug in WebKit.
Firefox, Opera import stylesheet. So also WebKit should import the stylesheet
in standards and also in quirks mode.

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



More information about the webkit-unassigned mailing list