Skip to content

Commit

Permalink
relnote(122): SVG use elements cannot use data URIs (#21662)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsmth authored Jan 11, 2024
1 parent b28d7dc commit 88ed1b5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions svg/elements/use.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,16 @@
"description": "Load from <code>data:</code> URI",
"support": {
"chrome": {
"version_added": "22"
"version_added": "22",
"version_removed": "120"
},
"chrome_android": "mirror",
"edge": {
"version_added": "≤18"
},
"firefox": {
"version_added": "4"
"version_added": "4",
"version_removed": "122"
},
"firefox_android": "mirror",
"ie": {
Expand All @@ -69,7 +71,7 @@
"version_added": "11.5"
},
"safari": {
"version_added": "5.1"
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down

0 comments on commit 88ed1b5

Please sign in to comment.