Skip to content

Commit

Permalink
Update Edge versions for srcset and sizes in <img> and <source> (#25243)
Browse files Browse the repository at this point in the history
Version numbers are taken from:
- api.HTMLImageElement.srcset
- api.HTMLSourceElement.sizes
- api.HTMLSourceElement.srcset
  • Loading branch information
Elchi3 authored Nov 27, 2024
1 parent 7ffc16b commit 032fe70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion html/elements/img.json
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@
},
"chrome_android": "mirror",
"edge": {
"version_added": "≤18"
"version_added": "12"
},
"firefox": {
"version_added": "38"
Expand Down
4 changes: 2 additions & 2 deletions html/elements/source.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
],
"chrome_android": "mirror",
"edge": {
"version_added": "≤18"
"version_added": "13"
},
"firefox": {
"version_added": "38"
Expand Down Expand Up @@ -217,7 +217,7 @@
],
"chrome_android": "mirror",
"edge": {
"version_added": "≤18"
"version_added": "13"
},
"firefox": {
"version_added": "38"
Expand Down

0 comments on commit 032fe70

Please sign in to comment.