We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d188b6 commit 8595204Copy full SHA for 8595204
Link.php
@@ -98,6 +98,12 @@ class Link implements EvolvableLinkInterface
98
public const REL_PREDECESSOR_VERSION = 'predecessor-version';
99
public const REL_PREFETCH = 'prefetch';
100
public const REL_PRELOAD = 'preload';
101
+
102
+ /**
103
+ * This feature is deprecated and superseded by the Speculation Rules API.
104
+ *
105
+ * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/rel/prerender
106
+ */
107
public const REL_PRERENDER = 'prerender';
108
public const REL_PREV = 'prev';
109
public const REL_PREVIEW = 'preview';
0 commit comments