[Webkit-unassigned] [Bug 28885] New: Invalid parsing of backslash in url function

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 1 12:16:41 PDT 2009


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

           Summary: Invalid parsing of backslash in url function
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: arv at chromium.org


According to http://www.w3.org/TR/css3-values/#uris

Parentheses, commas, whitespace characters, single quotes (') and double quotes
(") appearing in a URI must be escaped with a backslash: '\(', '\)', '\,'.

We unescape those escaped characters but the unescaping of \\ at the end of the
url is broken.

The following works

url("http://digg.com/?\\abc")

but this does not work

url("http://digg.com/?\\")

it never even tries to do a network request.

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