Skip to content

Commit

Permalink
Update compat data for the mspace element (#17847)
Browse files Browse the repository at this point in the history
Add compat data for Chrome and Safari for the mspace element. This was
fully implemented in Chrome 81 [1] and Safari 7 [2].

[1] https://chromiumdash.appspot.com/commit/9ead940b1b7ad68132fc7b49de4675e3a87826a8
[2] https://commits.webkit.org/136288@main
  • Loading branch information
fred-wang committed Sep 20, 2022
1 parent 193a89a commit 5857003
Showing 1 changed file with 28 additions and 7 deletions.
35 changes: 28 additions & 7 deletions mathml/elements/mspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
"version_added": "7"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand All @@ -46,7 +46,14 @@
"__compat": {
"support": {
"chrome": {
"version_added": false
"version_added": "81",
"flags": [
{
"type": "preference",
"name": "#enable-experimental-web-platform-features",
"value_to_set": "Enabled"
}
]
},
"chrome_android": "mirror",
"edge": "mirror",
Expand All @@ -61,7 +68,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
"version_added": "7"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand All @@ -78,7 +85,14 @@
"__compat": {
"support": {
"chrome": {
"version_added": false
"version_added": "81",
"flags": [
{
"type": "preference",
"name": "#enable-experimental-web-platform-features",
"value_to_set": "Enabled"
}
]
},
"chrome_android": "mirror",
"edge": "mirror",
Expand All @@ -93,7 +107,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
"version_added": "7"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand All @@ -110,7 +124,14 @@
"__compat": {
"support": {
"chrome": {
"version_added": false
"version_added": "81",
"flags": [
{
"type": "preference",
"name": "#enable-experimental-web-platform-features",
"value_to_set": "Enabled"
}
]
},
"chrome_android": "mirror",
"edge": "mirror",
Expand All @@ -126,7 +147,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
"version_added": "7"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down

0 comments on commit 5857003

Please sign in to comment.