[csswg-drafts] [css-images] image-rendering should support SVG 1.1 values

ewilligers has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-images] image-rendering should support SVG 1.1 values ==
[SVG 1.1](https://www.w3.org/TR/SVG11/painting.html#ImageRenderingProperty)'s image-rendering allows
auto | optimizeSpeed | optimizeQuality

[CSS Images](https://drafts.csswg.org/css-images/#the-image-rendering) currently allows
auto | smooth | high-quality | crisp-edges | pixelated

Safari 11.1 supports
auto | crisp-edges | pixelated | optimizeSpeed | optimizeQuality

Blink supports
auto | pixelated | -webkit-optimize-contrast
There is also [non-working](crbug.com/901669) code for optimizeSpeed | optimizeQuality

Firefox supports
auto | crisp-edges | optimizespeed | optimizequality

Edge does not support the property ([test page](https://jsfiddle.net/ericwilligers/8ayzskhn/)).

These results suggest:

- high-quality should be renamed to optimizeQuality
- optimizeSpeed should be added
- Implementations should be asked if they intend to support smooth



Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3283 using your GitHub account

Received on Sunday, 4 November 2018 13:57:19 UTC