Re: [csswg-drafts] [filter-effects] color-interpolation-filters initial value

The `color-interpolation-filters` setting has no effect on the shorthand filter functions, so it's initial value also has no effect.

An initial `auto` setting *could* be used to let browsers make the SVG filter elements use sRGB if it means they can use the same optimized / GPU code paths as the shorthand functions.  But I'm not sure if any browsers do that for `auto` (which has always existed as a valid value, just not the default).

If browsers *do* use sRGB sometimes or all the time for `auto`, then changing the initial value would change lots of existing content that assumes linear calculations.

-- 
GitHub Notification of comment by AmeliaBR
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3131#issuecomment-423626918 using your GitHub account

Received on Friday, 21 September 2018 18:15:16 UTC