[Webkit-unassigned] [Bug 71000] New: Match allowed CSS string characters to Firefox and Opera browsers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 27 02:01:05 PDT 2011


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

           Summary: Match allowed CSS string characters to Firefox and
                    Opera browsers
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zherczeg at webkit.org


Firefox and Opera accepts string characters as in: http://www.w3.org/TR/CSS2/grammar.html

string1        \"([^\n\r\f\\"]|\\{nl}|{escape})*\"
string2        \'([^\n\r\f\\']|\\{nl}|{escape})*\'

Basically everything except newline and starting quote.

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