Skip to content

Commit

Permalink
Add compat data for SVGFilterElement (#1858)
Browse files Browse the repository at this point in the history
  • Loading branch information
maboa authored and Elchi3 committed Apr 24, 2018
1 parent 0e34ecc commit 55a0a8b
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions api/SVGFilterElement.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"api": {
"SVGFilterElement": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGFilterElement",
"support": {
"webview_android": {
"version_added": null
},
"chrome": {
"version_added": null
},
"chrome_android": {
"version_added": null
},
"edge": {
"version_added": true
},
"edge_mobile": {
"version_added": true
},
"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
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
}
}

0 comments on commit 55a0a8b

Please sign in to comment.