Skip to content

Commit

Permalink
Remove <filter> filterRes attribute (#21679)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 authored Dec 19, 2023
1 parent 51d2964 commit 31a46ed
Showing 1 changed file with 1 addition and 37 deletions.
38 changes: 1 addition & 37 deletions svg/elements/filter.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,50 +32,14 @@
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": {
"version_added": true
}
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
},
"filterRes": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/filterRes",
"spec_url": "https://www.w3.org/TR/SVG11/filters.html#FilterElementFilterResAttribute",
"support": {
"chrome": {
"version_added": "5"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "3"
},
"firefox_android": "mirror",
"ie": {
"version_added": null
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "6"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": true
}
}
},
"filterUnits": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/filterUnits",
Expand Down

0 comments on commit 31a46ed

Please sign in to comment.