From 32253530e69fefc2c0c7a97ad615eda48ec03b55 Mon Sep 17 00:00:00 2001 From: Eric Willigers Date: Thu, 8 Nov 2018 12:02:58 +1100 Subject: [PATCH] [css-images] optimizeQuality behaves like smooth The deprecated image-rendering value 'optimizeQuality' has the same behavior as 'smooth'. resolves https://github.com/w3c/csswg-drafts/issues/3283 --- css-images-3/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-images-3/Overview.bs b/css-images-3/Overview.bs index 3efa54061e0..32c1e999844 100644 --- a/css-images-3/Overview.bs +++ b/css-images-3/Overview.bs @@ -1568,7 +1568,7 @@ Determining How To Scale an Image: the 'image-rendering' property {#the-image-re This property previously accepted the values ''optimizeSpeed'' and ''optimizeQuality''. These are now deprecated; a user agent must accept them as valid values - but must treat them as having the same behavior as ''pixelated'' and ''image-rendering/auto'' respectively, + but must treat them as having the same behavior as ''pixelated'' and ''smooth'' respectively, and authors must not use them.