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"