[Webkit-unassigned] [Bug 113140] New: [CSS Filters]

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 23 11:27:15 PDT 2013


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

           Summary: [CSS Filters]
           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: achicu at adobe.com
                CC: dino at apple.com


There are two "filter" CSS properties in WebKit:
1. "filter" - parsed for SVG filter
2. "-webkit-filter" - parsed for the CSS filter used in HTML content

The problem is that the value of one is not going to affect the other. From WebKit's point of view they are completely different CSS properties.

Some frameworks like prefixfree are detecting that "-webkit-filter" can be unprefixed just becaue there is a "filter" property available. However, that will fail because the SVG filter is not used in HTML and also has just a subset of the CSS Syntax.

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