[Webkit-unassigned] [Bug 99725] New: -webkit-image-set round-trip properly with cssText

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 18 08:54:06 PDT 2012


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

           Summary: -webkit-image-set round-trip properly with cssText
           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: rbyers at chromium.org
                CC: ap at webkit.org, bdakin at apple.com


Given a rule like:
background-image: -webkit-image-set(url(foo) 1x, url(bar) 2x);
Calling cssText on this rule gives the malformed text:
background-image: -webkit-image-set(url(foo), 1, url(bar), 2);

This is due to this code in CSSImageSetValue::customCssText:
    return "-webkit-image-set(" + CSSValueList::customCssText() + ")";

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