-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
A-HTMLArea: HTML RenderingArea: HTML Rendering
Description
This has been added in #2168.
I'm really not an expert in this, but I've been reading https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/rel, which mentions that prefetch
is Not allowed in anything except <link>
.
The same page says about rel="next"
:
When included in a
<link>
, browsers may assume that document will be fetched next, and treat it as a resource hint.
So I guess it would be good to add <link rel="next" ...>
, or maybe <link rel="next prefetch" ...>
, but I'm not sure whether latter makes a difference.
Metadata
Metadata
Assignees
Labels
A-HTMLArea: HTML RenderingArea: HTML Rendering