WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 113140
[CSS Filters] There are two "filter" properties in WebKit
https://bugs.webkit.org/show_bug.cgi?id=113140
Summary
[CSS Filters] There are two "filter" properties in WebKit
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
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug