Skip to content

Commit

Permalink
API: add SVGUnknownElement (#2263)
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner authored and Elchi3 committed Jul 16, 2018
1 parent 0badf3b commit 2ab228e
Showing 1 changed file with 68 additions and 0 deletions.
68 changes: 68 additions & 0 deletions api/SVGUnknownElement.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
{
"api": {
"SVGUnknownElement": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGUnknownElement",
"support": {
"webview_android": {
"version_added": false
},
"chrome": {
"version_added": false
},
"chrome_android": {
"version_added": false
},
"edge": {
"version_added": false
},
"edge_mobile": {
"version_added": false
},
"firefox": [
{
"version_added": false,
"notes": "See <a href='https://bugzil.la/1239218'>Bug 1239218</a>.'"
},
{
"version_added": "11",
"version_removed": "22",
"notes": "See <a href='https://bugzil.la/589640'>Bug 589640</a> and <a href='https://bugzil.la/840417'>840417</a>.'"
}
],
"firefox_android": [
{
"version_added": false,
"notes": "See <a href='https://bugzil.la/1239218'>Bug 1239218</a>.'"
},
{
"version_added": "14",
"version_removed": "22",
"notes": "See <a href='https://bugzil.la/589640'>Bug 589640</a> and <a href='https://bugzil.la/840417'>840417</a>.'"
}
],
"ie": {
"version_added": false
},
"opera": {
"version_added": false
},
"opera_android": {
"version_added": false
},
"safari": {
"version_added": false
},
"safari_ios": {
"version_added": false
}
},
"status": {
"experimental": true,
"standard_track": false,
"deprecated": false
}
}
}
}
}

0 comments on commit 2ab228e

Please sign in to comment.