W3C home > Mailing lists > Public > public-fx@w3.org > July to September 2013

Re: [filter-effects] Color clamping of intermediate filter primitive results

From: Kristopher Giesing <kris.giesing@gmail.com>
Date: Tue, 23 Jul 2013 22:40:56 -0700
Message-ID: <CAAhnRF8vpMH3S5dbygcDmGqpMhKAGAV_AR2t3+4gvj4vz35tgw@mail.gmail.com>
To: Michael Mullany <michael@sencha.com>
Cc: Dirk Schulze <dschulze@adobe.com>, Rik Cabanier <cabanier@gmail.com>, "robert@ocallahan.org" <robert@ocallahan.org>, "public-fx@w3.org" <public-fx@w3.org>
On Tue, Jul 23, 2013 at 10:06 PM, Michael Mullany <michael@sencha.com>wrote:

>
> However, it might start confusing people if they start getting different
> results depending on the order of the CSS filters (aka if they put the drop
> shadow at the end vs. the middle of a series.)  I don't think order
> dependency is something that's found anywhere else in CSS (although I could
> be wrong.)
>

Order matters in CSS transforms, e.g.

  transform: translateX(20px) rotateZ(45deg);

is different from

  transform: rotateZ(45deg) translateX(20px);

I think if people are messing around with this kind of operator, they're
prepared to get into the concept of commutativity.  (Obviously, they
shouldn't get different behavior depending on implementation, but I don't
think that was your point.)

- Kris
Received on Thursday, 25 July 2013 10:44:15 UTC

This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 19:49:46 UTC