Skip to content

"prefetch" not allowed in "<a>"? #2879

@mgeier

Description

@mgeier

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

No one assigned

    Labels

    A-HTMLArea: HTML Rendering

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions