LGTM
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
As far as I remember, one of the reasons for not sending an intent to implement or ship before, was that Blink does not support these filters (not the url one) on SVG elements. Has the situation changed?
Do other browsers support these filters on SVG elements?
☆Phistu
On Tue, Jun 7, 2016 at 5:52 PM, Dimitri Glazkov <dgla...@chromium.org> wrote:LGTM--On Tue, Jun 7, 2016 at 4:27 AM, Fredrik Söderquist <f...@opera.com> wrote:f...@opera.com, (no...@chromium.org [initiator; OOO]) http://dev.w3.org/fxtf/filters/ CSS Filters without the -webkit- prefix.CSS Filters has been shipping prefixed, for HTML, since Chrome 19 (https://www.chromestatus.com/feature/5822463824887808), while also shipping as unprefixed for SVG content. This duality has lead to some weird behavior (244295, 535786, 550249; possibly more...) All other browsers ship unprefixed filters.Firefox: Shipped Edge: Shipped Safari: Shipped Web developers: PositiveGenerally thought to be low, since an alias will be kept around, and because of the history of this property it often has fallbacks.There could be a risk with fallbacks where the unprefixed property wouldn't apply before, but now will, and cause an error. (An example: might be: "filter: url('data:image/svg+xml,...#myFilter');" now overriding a -webkit-filter defining the same thing using non-url filter functions.)
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
Also, do the implementations interoperate in terms of the visual output?
Is there a test suite? Some actual pass rate reports that can be shown?
☆Phistuc
Well, as outdated as they are, the results show differences... Can you verify that they no longer exist, or work with (well, notify) the other browsers in order to minimize them, in case Blink is correct in its implementation and try and fix the differences if Blink is incorrect?
This is very exciting, I was working with a designer recently who was very confused why filter only worked on svg in Chrome but worked on html in other browsers.
Excited to see another wtf moment removed from the platform. :)