-
Notifications
You must be signed in to change notification settings - Fork 757
Closed
Labels
Description
SVG, CSS Masking and Filter Effects use linearRGB in some situations. See https://drafts.fxtf.org/filter-effects/#ColorInterpolationFiltersProperty
It would be great if we can combine the sRGB and linearRGB definition in one specification: CSS Colors. Furthermore, CSS Color currently supports the keyword srgb. It should also be considered to support sRGB for legacy reasons. (Ditto for linearrgb and linearRGB.)
As a consequence, the CSS properties in Filter Effects should support lowercase and camelcase versions of both keywords as well.