From dc83d0984870b9816cbc52fe2aa443d92970d71a Mon Sep 17 00:00:00 2001 From: Rami Yushuvaev Date: Sat, 24 Sep 2022 16:43:15 +0300 Subject: [PATCH] feat(css): Add CSS Values Level 4 `mod()` compatibility data (#17873) --- css/types/mod.json | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 css/types/mod.json diff --git a/css/types/mod.json b/css/types/mod.json new file mode 100644 index 0000000000000..c4e51fd319bd5 --- /dev/null +++ b/css/types/mod.json @@ -0,0 +1,41 @@ +{ + "css": { + "types": { + "mod": { + "__compat": { + "description": "mod()", + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/mod", + "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 + } + } + } + } + } +}