Skip to content

Commit a3028b4

Browse files
authored
Update speculation-rules spec URL (#3472)
This covers the prerender part of the feature. Fixes #3451
1 parent bf82ee3 commit a3028b4

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

features/speculation-rules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Speculation rules
22
description: Speculation rules are hints to the browser to proactively download pages in the background so they appear instantly when the user navigates to them.
33
spec:
4-
- https://github.com/whatwg/html/pull/11426
4+
- https://html.spec.whatwg.org/multipage/speculative-loading.html#speculation-rules
55
- https://wicg.github.io/nav-speculation/prerendering.html
66
status:
77
compute_from: html.elements.script.type.speculationrules

scripts/specs.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,6 @@ const defaultAllowlist: allowlistItem[] = [
130130
"https://wicg.github.io/private-network-access/",
131131
"Allowed for private-network-access feature. Feature and spec succeeded by local-network-access."
132132
],
133-
[
134-
"https://github.com/whatwg/html/pull/11426",
135-
"This is where speculation rules' prefetch is in the process of being spec'd. Once the PR merges, change the spec url in `speculation-rules`, and remove this exception."
136-
],
137133
[
138134
"https://www.w3.org/TR/2022/WD-selectors-4-20220507/#the-target-within-pseudo",
139135
"Allowed because this is where the feature last appeared in the spec before removal."

0 commit comments

Comments
 (0)