Skip to content

Commit

Permalink
Remove contentStyleType and contentScriptType from <svg> (#21675)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 authored Dec 19, 2023
1 parent 78cc239 commit bd9826a
Showing 1 changed file with 0 additions and 68 deletions.
68 changes: 0 additions & 68 deletions svg/elements/svg.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,74 +76,6 @@
}
}
},
"contentScriptType": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/contentScriptType",
"spec_url": "https://www.w3.org/TR/SVG11/script.html#ContentScriptTypeAttribute",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "1.5"
},
"firefox_android": "mirror",
"ie": {
"version_added": null
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "3"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": true
}
}
},
"contentStyleType": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/contentStyleType",
"spec_url": "https://www.w3.org/TR/SVG11/styling.html#ContentStyleTypeAttribute",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "1.5"
},
"firefox_android": "mirror",
"ie": {
"version_added": null
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "3"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": true
}
}
},
"height": {
"__compat": {
"support": {
Expand Down

0 comments on commit bd9826a

Please sign in to comment.