Skip to content

Commit

Permalink
Add IE/Edge versions for SVGAnimatedPoints API (#8204)
Browse files Browse the repository at this point in the history
This PR adds real values for Internet Explorer and Edge 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 a9f6340 commit 7ee970f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/SVGAnimatedPoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"version_added": "18"
},
"edge": {
"version_added": "≤18"
"version_added": "12"
},
"firefox": {
"version_added": "1.5",
Expand All @@ -22,7 +22,7 @@
"version_removed": "21"
},
"ie": {
"version_added": null
"version_added": "9"
},
"opera": {
"version_added": "15"
Expand Down

0 comments on commit 7ee970f

Please sign in to comment.