Skip to content

Commit

Permalink
Update stop-opacity for Safari iOS and remove duplications (#9468)
Browse files Browse the repository at this point in the history
* Added stop-opacity compatibility data for safari ios and removed the stop-opacity from svg.attributes.presentation (#9402)

* added "mdn_url"-key to `stop-opacity` support

Co-authored-by: Havegum <[email protected]>
  • Loading branch information
Havegum and Havegum authored Mar 16, 2021
1 parent e18a46d commit 3628ae1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 51 deletions.
48 changes: 0 additions & 48 deletions svg/attributes/presentation.json
Original file line number Diff line number Diff line change
Expand Up @@ -2210,54 +2210,6 @@
}
}
},
"stop-opacity": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/stop-opacity",
"support": {
"chrome": {
"version_added": null
},
"chrome_android": {
"version_added": null
},
"edge": {
"version_added": null
},
"firefox": {
"version_added": null
},
"firefox_android": {
"version_added": null
},
"ie": {
"version_added": null
},
"opera": {
"version_added": null
},
"opera_android": {
"version_added": null
},
"safari": {
"version_added": null
},
"safari_ios": {
"version_added": null
},
"samsunginternet_android": {
"version_added": null
},
"webview_android": {
"version_added": null
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"stroke": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/stroke",
Expand Down
13 changes: 10 additions & 3 deletions svg/elements/stop.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
},
"stop-opacity": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/stop-opacity",
"support": {
"chrome": {
"version_added": "1"
Expand Down Expand Up @@ -172,9 +173,15 @@
"safari": {
"version_added": "3"
},
"safari_ios": {
"version_added": "3"
},
"safari_ios": [
{
"version_added": "3",
"version_removed": "11"
},
{
"version_added": "14"
}
],
"samsunginternet_android": {
"version_added": "1.0"
},
Expand Down

0 comments on commit 3628ae1

Please sign in to comment.