Skip to content

Commit 7eecf29

Browse files
authored
Add preloading for responsive images feature (#1076)
This is a Baseline 2023 feature.
1 parent dccceaf commit 7eecf29

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Generated from: preloading-responsive-images.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
name: Preloading responsive images
5+
description: The `imagesrcset` and `imagesizes` attributes with the `rel="preload"` attribute for the `<link>` HTML element starts fetching responsive images before they're found in the body of the document.
6+
spec: https://html.spec.whatwg.org/multipage/semantics.html#attr-link-imagesrcset
7+
status:
8+
baseline: low
9+
baseline_low_date: 2023-12-11
10+
support:
11+
chrome: "73"
12+
chrome_android: "73"
13+
edge: "79"
14+
firefox: "78"
15+
firefox_android: "79"
16+
safari: "17.2"
17+
safari_ios: "17.2"
18+
compat_features:
19+
- api.HTMLLinkElement.imageSizes
20+
- api.HTMLLinkElement.imageSrcset
21+
- html.elements.link.imagesizes
22+
- html.elements.link.imagesrcset
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: Preloading responsive images
2+
description: The `imagesrcset` and `imagesizes` attributes with the `rel="preload"` attribute for the `<link>` HTML element starts fetching responsive images before they're found in the body of the document.
3+
spec: https://html.spec.whatwg.org/multipage/semantics.html#attr-link-imagesrcset
4+
compat_features:
5+
- api.HTMLLinkElement.imageSizes
6+
- api.HTMLLinkElement.imageSrcset
7+
- html.elements.link.imagesizes
8+
- html.elements.link.imagesrcset

0 commit comments

Comments
 (0)