Skip to content

Commit

Permalink
Add Firefox versions for SVGStylable API (#7733)
Browse files Browse the repository at this point in the history
This PR adds real values for Firefox for the SVGStylable API, based upon results from the [mdn-bcd-collector](https://mdn-bcd-collector.appspot.com) project (v1.1.6).  Results are manually confirmed for accuracy.

Tests Used: https://mdn-bcd-collector.appspot.com/tests/api/SVGStylable
  • Loading branch information
queengooborg authored Dec 14, 2020
1 parent 7d111f4 commit 182bab7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions api/SVGStylable.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@
"version_added": "≤18"
},
"firefox": {
"version_added": null
"version_added": "1.5",
"version_removed": "20"
},
"firefox_android": {
"version_added": null
"version_added": "4",
"version_removed": "20"
},
"ie": {
"version_added": null
Expand Down

0 comments on commit 182bab7

Please sign in to comment.