-
Notifications
You must be signed in to change notification settings - Fork 713
Add support for CSS3 property "filter" and "appearance" #58
Comments
|
|
|
IE Filters is deprecated on IE9, http://msdn.microsoft.com/en-us/library/ms532847(v=vs.85).aspx |
|
Oh, I thought you were referring to the new CSS filters (CSS filter effects), not IE filters. |
|
@LeaVerou I was referring to CSS Filter Effects. I did not notice SVG |
|
The problem is that I would have to change how -prefix-free works, just for this property. Currently, PF goes through the list of supported properties, and when it finds one that is ONLY supported with a prefix, it remembers to prefix it in the CSS. |
Add support for CSS3 property "filter" and "appearance"
Resources:
https://dvcs.w3.org/hg/FXTF/raw-file/tip/filters/index.html
https://dvcs.w3.org/hg/FXTF/raw-file/tip/custom/index.html
demos http://net.tutsplus.com/tutorials/html-css-techniques/say-hello-to-css3-filters/
http://www.w3schools.com/cssref/css3_pr_appearance.asp
https://developer.mozilla.org/en/CSS/-moz-appearance
W3C had dropped CSS3 "appearance" http://wiki.csswg.org/spec/css4-ui#dropped-css3-features, but Gecko and WebKit still supports this property. So for now - expected
-prefix-freesupport for it.The text was updated successfully, but these errors were encountered: