Bug 113140

Summary: [CSS Filters] There are two "filter" properties in WebKit
Product: WebKit Reporter: Alexandru Chiculita <achicu>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, krit, simon.fraser, syoichi
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 68469    

Alexandru Chiculita
Reported 2013-03-23 11:29:42 PDT
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.
Attachments
Alexandru Chiculita
Comment 1 2013-03-23 11:32:29 PDT
Link to the original bug in prefixfree: https://github.com/LeaVerou/prefixfree/issues/76
Dirk Schulze
Comment 2 2014-03-02 09:12:41 PST
Eventually -webkit-filter will get a subset of filter and vice versa.
Simon Fraser (smfr)
Comment 3 2018-09-26 09:36:53 PDT
This was resolved a long time ago.
Note You need to log in before you can comment on or make changes to this bug.