From 4c576a91ee78f687dee19815a3fc91ded91e8be9 Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Thu, 9 Nov 2023 03:12:16 -0800 Subject: [PATCH] Add missing css.properties.image-rendering.smooth feature (#21020) This PR is a part of a project to add missing interfaces and interface features to BCD that are from an active spec (including WICG specs) and is supported in at least one browser. This particular PR adds the missing `smooth` member of the `image-rendering` CSS property. The data comes from the [mdn-bcd-collector](https://mdn-bcd-collector.gooborg.com) project (v10.2.9). _Check out the [collector's guide on how to review this PR](https://github.com/openwebdocs/mdn-bcd-collector#reviewing-bcd-changes)._ Tests Used: https://mdn-bcd-collector.gooborg.com/tests/css/properties/image-rendering/smooth --- css/properties/image-rendering.json | 32 +++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/css/properties/image-rendering.json b/css/properties/image-rendering.json index f92290339d3582..0e086fedf0d0db 100644 --- a/css/properties/image-rendering.json +++ b/css/properties/image-rendering.json @@ -183,6 +183,38 @@ "deprecated": false } } + }, + "smooth": { + "__compat": { + "support": { + "chrome": { + "version_added": false + }, + "chrome_android": "mirror", + "edge": "mirror", + "firefox": { + "version_added": "93" + }, + "firefox_android": "mirror", + "ie": { + "version_added": false + }, + "oculus": "mirror", + "opera": "mirror", + "opera_android": "mirror", + "safari": { + "version_added": false + }, + "safari_ios": "mirror", + "samsunginternet_android": "mirror", + "webview_android": "mirror" + }, + "status": { + "experimental": true, + "standard_track": true, + "deprecated": false + } + } } } }