[Webkit-unassigned] [Bug 22954] New: CSSFontFaceSrcValue::cssText() and SVGPaint::cssText() need proper url() quoting

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 21 14:59:28 PST 2008


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

           Summary: CSSFontFaceSrcValue::cssText() and SVGPaint::cssText()
                    need proper url() quoting
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ddkilzer at webkit.org
                CC: hyatt at apple.com, koivisto at iki.fi


* SUMMARY
The CSSFontFaceSrcValue::cssText() and SVGPaint::cssText() methods do not quote
url() values that they return like CSSPrimitiveValue::cssText() does.

The code in CSSPrimitiveValue.cpp needs to be moved to CSSHelper.cpp (or
similar) so that it may be shared amongst other classes.

All ::cssText() methods should probably be checked to see if they need
quoteString(), quoteStringIfNeeded() or quoteURLIfNeeded().


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list