Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions features/fetch-priority.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ description: The `fetch()` `priority` option and the `fetchpriority` HTML attrib
spec:
- https://fetch.spec.whatwg.org/#request-priority
- https://html.spec.whatwg.org/multipage/urls-and-fetching.html#fetch-priority-attributes
group: resource-hints
status:
compute_from: http.headers.Link.fetchpriority
1 change: 1 addition & 0 deletions features/link-rel-dns-prefetch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: '<link rel="dns-prefetch">'
description: The `rel="dns-prefetch"` attribute for the `<link>` HTML element is a hint to the browser that the page or user is likely to request resources from another domain, so the browser should preemptively resolve DNS for the `href` value's domain.
spec: https://html.spec.whatwg.org/multipage/links.html#link-type-dns-prefetch
caniuse: link-rel-dns-prefetch
group: resource-hints
compat_features:
- html.elements.link.rel.dns-prefetch
# TODO: https://github.com/web-platform-dx/web-features/issues/1971
Expand Down
1 change: 1 addition & 0 deletions features/link-rel-preconnect.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: '<link rel="preconnect">'
description: The `rel="preconnect"` attribute for the `<link>` HTML element is a hint to the browser that the page or user is likely to request resources from another origin, so the browser should preemptively start a connection to the `href` value's origin.
spec: https://html.spec.whatwg.org/multipage/links.html#link-type-preconnect
group: resource-hints
compat_features:
- html.elements.link.rel.preconnect
1 change: 1 addition & 0 deletions features/link-rel-prefetch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: '<link rel="prefetch">'
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.
spec: https://html.spec.whatwg.org/multipage/links.html#link-type-prefetch
caniuse: link-rel-prefetch
group: resource-hints
status:
compute_from: html.elements.link.rel.prefetch
compat_features:
Expand Down
1 change: 1 addition & 0 deletions features/link-rel-preload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: '<link rel="preload">'
description: The `rel="preload"` attribute for the `<link>` HTML element requests resources, such as images or style sheets, that the page needs soon, so the browser may prioritize them for loading before rendering begins.
spec: https://html.spec.whatwg.org/multipage/links.html#link-type-preload
caniuse: link-rel-preload
group: resource-hints
status:
compute_from: html.elements.link.rel.preload
compat_features:
Expand Down
1 change: 1 addition & 0 deletions groups/resource-hints.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
name: Resource hints