From 1b94eb8ccc8109159aac446f21d457baf9a1fc80 Mon Sep 17 00:00:00 2001 From: Rami Yushuvaev Date: Fri, 23 Sep 2022 20:08:52 +0300 Subject: [PATCH] feat(css): Add CSS Values Level 4 `round()` compatibility data --- css/types/round.json | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 css/types/round.json diff --git a/css/types/round.json b/css/types/round.json new file mode 100644 index 0000000000000..6f536c0b9e38d --- /dev/null +++ b/css/types/round.json @@ -0,0 +1,41 @@ +{ + "css": { + "types": { + "round": { + "__compat": { + "description": "round()", + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/round", + "spec_url": "https://w3c.github.io/csswg-drafts/css-values/#exponent-funcs", + "support": { + "chrome": { + "version_added": false + }, + "chrome_android": "mirror", + "edge": "mirror", + "firefox": { + "version_added": false + }, + "firefox_android": "mirror", + "ie": { + "version_added": false + }, + "oculus": "mirror", + "opera": "mirror", + "opera_android": "mirror", + "safari": { + "version_added": "15.4" + }, + "safari_ios": "mirror", + "samsunginternet_android": "mirror", + "webview_android": "mirror" + }, + "status": { + "experimental": true, + "standard_track": true, + "deprecated": false + } + } + } + } + } +}