Skip to content

Commit

Permalink
Update Compat Data for text-transform: math-auto (#18146)
Browse files Browse the repository at this point in the history
This was implemented in Chrome 81 under a flag [1].

[1] https://chromiumdash.appspot.com/commit/cf2c907c89530be0c460f513437277be0353e14f
  • Loading branch information
fred-wang committed Nov 4, 2022
1 parent 0f66ade commit 27e0bd3
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions css/properties/text-transform.json
Expand Up @@ -251,6 +251,46 @@
}
}
},
"math-auto": {
"__compat": {
"spec_url": "https://w3c.github.io/mathml-core/#new-text-transform-values",
"support": {
"chrome": {
"version_added": "84",
"flags": [
{
"type": "preference",
"name": "#enable-experimental-web-platform-features",
"value_to_set": "Enabled"
}
]
},
"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": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"turkic_is": {
"__compat": {
"description": "<code>i</code> → <code>İ</code> and <code>ı</code> → <code>I</code>",
Expand Down

0 comments on commit 27e0bd3

Please sign in to comment.