Skip to content

Commit

Permalink
Add Chromium versions for SVGAnimatedPoints API (#8201)
Browse files Browse the repository at this point in the history
This PR adds real values for Chromium (Chrome, Opera, Samsung Internet, WebView Android) for the `SVGAnimatedPoints` API, based upon results from the [mdn-bcd-collector](https://mdn-bcd-collector.appspot.com) project (v1.1.8).  Results are manually confirmed for accuracy.

Tests Used: https://mdn-bcd-collector.appspot.com/tests/api/SVGAnimatedPoints
  • Loading branch information
queengooborg committed Dec 28, 2020
1 parent c02492d commit cae339c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions api/SVGAnimatedPoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGAnimatedPoints",
"support": {
"chrome": {
"version_added": null
"version_added": "1"
},
"chrome_android": {
"version_added": null
"version_added": "18"
},
"edge": {
"version_added": "≤18"
Expand All @@ -25,10 +25,10 @@
"version_added": null
},
"opera": {
"version_added": null
"version_added": "15"
},
"opera_android": {
"version_added": null
"version_added": "14"
},
"safari": {
"version_added": false
Expand All @@ -37,10 +37,10 @@
"version_added": false
},
"samsunginternet_android": {
"version_added": null
"version_added": "1.0"
},
"webview_android": {
"version_added": false
"version_added": "1"
}
},
"status": {
Expand Down

0 comments on commit cae339c

Please sign in to comment.