[Webkit-unassigned] [Bug 28869] New: CSS serialization of string value should be quoted

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 1 03:30:48 PDT 2009


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

           Summary: CSS serialization of string value should be quoted
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yutak at chromium.org


According to the CSS2.1 spec, when a string CSS value is serialized, it should
be quoted by single quotation mark (') or double quotation mark (").
http://www.w3.org/TR/2009/CR-CSS2-20090423/syndata.html#value-def-string

Currently WebKit just returns a bare word, which is an invalid CSS value that
the WebKit's CSS parser does not parse.

See attached test case for clarification.

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