Skip to content

Commit

Permalink
Remove SVG solid-color, solid-opacity attributes (#23548)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 authored Jun 29, 2024
1 parent 693d227 commit 31f293f
Showing 1 changed file with 0 additions and 64 deletions.
64 changes: 0 additions & 64 deletions svg/global_attributes.json
Original file line number Diff line number Diff line change
Expand Up @@ -2368,70 +2368,6 @@
}
}
},
"solid-color": {
"__compat": {
"support": {
"chrome": {
"version_added": null
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": null
},
"firefox_android": "mirror",
"ie": {
"version_added": null
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": null
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"solid-opacity": {
"__compat": {
"support": {
"chrome": {
"version_added": null
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": null
},
"firefox_android": "mirror",
"ie": {
"version_added": null
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": null
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"stop-color": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/stop-color",
Expand Down

0 comments on commit 31f293f

Please sign in to comment.