From 31b17dc547ac918417d5a9810d07acc3d1393999 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Thu, 17 Jul 2025 12:46:36 +0200 Subject: [PATCH] Pin support to the attr only The other bits are more esoteric and probably not relevant to most uses of the feature. --- features/link-rel-prefetch.yml | 2 ++ features/link-rel-prefetch.yml.dist | 8 +++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/features/link-rel-prefetch.yml b/features/link-rel-prefetch.yml index a6240b9ad42..d9eb9a3e9e4 100644 --- a/features/link-rel-prefetch.yml +++ b/features/link-rel-prefetch.yml @@ -2,6 +2,8 @@ name: '' description: The `rel="prefetch"` attribute for the `` 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. spec: https://html.spec.whatwg.org/multipage/links.html#link-type-prefetch caniuse: link-rel-prefetch +status: + compute_from: html.elements.link.rel.prefetch compat_features: - api.PerformanceResourceTiming.deliveryType.navigational-prefetch - html.elements.link.rel.prefetch diff --git a/features/link-rel-prefetch.yml.dist b/features/link-rel-prefetch.yml.dist index 6b31baad319..17f87d85239 100644 --- a/features/link-rel-prefetch.yml.dist +++ b/features/link-rel-prefetch.yml.dist @@ -3,8 +3,14 @@ status: baseline: false - support: {} + support: + chrome: "8" + chrome_android: "18" + edge: "12" + firefox: "2" + firefox_android: "4" compat_features: + # ⬇️ Same status as overall feature ⬇️ # baseline: false # support: # chrome: "8"