Skip to content

Commit

Permalink
Add math-depth property (#17071)
Browse files Browse the repository at this point in the history
  • Loading branch information
fred-wang authored Jul 23, 2022
1 parent 0067bc2 commit 42d9cbf
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions css/properties/math-depth.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"css": {
"properties": {
"math-depth": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/math-depth",
"spec_url": "https://w3c.github.io/mathml-core/#the-math-script-level-property",
"support": {
"chrome": {
"version_added": "87",
"impl_url": "https://crrev.com/c/2423843",
"flags": [
{
"type": "preference",
"name": "#enable-experimental-web-platform-features"
}
]
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false,
"notes": "See <a href='https://bugzil.la/1667090'>bug 1667090</a>."
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false,
"notes": "See <a href='https://webkit.org/b/202303'>bug 202303</a>."
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
}
}
}
}

0 comments on commit 42d9cbf

Please sign in to comment.