[Webkit-unassigned] [Bug 35010] Mishandling of \\ in 'content' property

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 11 15:04:11 PDT 2011


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


Han <laughinghan at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |laughinghan at gmail.com




--- Comment #2 from Han <laughinghan at gmail.com>  2011-07-11 15:04:11 PST ---
Actually, \\ at the end of the the quoted string works fine as long as there's no more of the same kind of quote (single or double) on the same line. See http://jsfiddle.net/gfLDV/8/ .

This is actually really annoying because that means (the way I discovered it) if every declaration is on it's own like there's no problem, but then CSS compressor removes newlines and suddenly WebKit thinks the content is a gigantic string of compressed CSS up to the last matching quote.

(Test case is identical if you replace before with after or the single quotes with double quotes.)

-- 
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