Skip to content

Commit

Permalink
feat(css): Add CSS Values Level 4 mod() compatibility data (#17873)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiy committed Sep 24, 2022
1 parent 7d69595 commit dc83d09
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions css/types/mod.json
@@ -0,0 +1,41 @@
{
"css": {
"types": {
"mod": {
"__compat": {
"description": "<code>mod()</code>",
"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
}
}
}
}
}
}

0 comments on commit dc83d09

Please sign in to comment.