Skip to content

Commit e7f449e

Browse files
authored
Pin <link rel="prefetch"> support to the attr only (#3159)
The other bits are more esoteric and probably not relevant to most uses of the feature.
1 parent 5509cee commit e7f449e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

features/link-rel-prefetch.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: '<link rel="prefetch">'
22
description: The `rel="prefetch"` attribute for the `<link>` HTML element is a hint to the browser that the user is likely to navigate to a resource, so the browser should preemptively fetch and cache the resource.
33
spec: https://html.spec.whatwg.org/multipage/links.html#link-type-prefetch
44
caniuse: link-rel-prefetch
5+
status:
6+
compute_from: html.elements.link.rel.prefetch
57
compat_features:
68
- api.PerformanceResourceTiming.deliveryType.navigational-prefetch
79
- html.elements.link.rel.prefetch

features/link-rel-prefetch.yml.dist

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,14 @@
33

44
status:
55
baseline: false
6-
support: {}
6+
support:
7+
chrome: "8"
8+
chrome_android: "18"
9+
edge: "12"
10+
firefox: "2"
11+
firefox_android: "4"
712
compat_features:
13+
# ⬇️ Same status as overall feature ⬇️
814
# baseline: false
915
# support:
1016
# chrome: "8"

0 commit comments

Comments
 (0)