Skip to content

Commit 5f20a9f

Browse files
authored
remove type() from prefixed code.
1 parent dfd94bc commit 5f20a9f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

images/image-set-type.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<style class="editable">
1818
.box {
1919
background-image: -webkit-image-set(
20-
url("large-balloons.avif") type("image/avif"),
21-
url("large-balloons.jpg") type("image/jpeg"));
20+
url("large-balloons.avif"),
21+
url("large-balloons.jpg"));
2222
background-image: image-set(
2323
url("large-balloons.avif") type("image/avif"),
2424
url("large-balloons.jpg") type("image/jpeg"));
@@ -34,8 +34,8 @@
3434
<textarea class="playable playable-css" style="height: 155px;">
3535
.box {
3636
background-image: -webkit-image-set(
37-
url("large-balloons.avif") type("image/avif"),
38-
url("large-balloons.jpg") type("image/jpeg"));
37+
url("large-balloons.avif"),
38+
url("large-balloons.jpg"));
3939
background-image: image-set(
4040
url("large-balloons.avif") type("image/avif"),
4141
url("large-balloons.jpg") type("image/jpeg"));

0 commit comments

Comments
 (0)