-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Define behavior of link headers #7616
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
We have https://html.spec.whatwg.org/#processing-link-headers which is not much, but tries to handwave some stuff (like, it implies that stylesheet from https://html.spec.whatwg.org/#interactions-of-styling-and-scripting also has a note. At a basic level, I wonder how many of the link types that are external resource links are also supported in header form. |
Ah the spec a
The spec actually points to a different issue, I guess this one should fold into that one. |
(Closed as duplicate of #4224) |
MDN: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Link
Header spec: RFC 8288
Currently some browsers support the
Link
header, but that behavior is not specified in the HTML spec.A link header can be
preload
orprefetch
.prefetch
is not yet spec'ed.specifying early hints depends on this.
The text was updated successfully, but these errors were encountered: