Re: Filters spec: CSS vs SVG

On Mon, May 9, 2011 at 10:48 AM, Rik Cabanier <cabanier@gmail.com> wrote:
> On Fri, May 6, 2011 at 5:54 PM, Dean Jackson <dino@apple.com> wrote:
>> I think all existing markup filters should remain and be available to all
>> content via the filter property.
>
> There was a discussion between you and Tab Atkins about this under the title
> 'generators in filters'.
> I thought the consensus was to move these to the image values module. Are
> you suggesting instead that they are available in images values and filters?

Yes, all existing filters should remain, as SVG filters.  In the CSS
syntax, they're accessible simply by the url() function.

However, the filters that are just image servers, like feTurbulence,
won't get a facelift as CSS functions in the Filters spec; instead,
they'll be part of the Image Values spec, which is the correct place
to define new image servers in CSS.  (Their current existence as SVG
Filters appears to be a historical accident, possibly as a result of
SVG not quite unifying its notion of what an image server is.)

~TJ

Received on Monday, 9 May 2011 21:32:07 UTC