Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion features/speculation-rules.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Speculation rules
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.
spec:
- https://github.com/whatwg/html/pull/11426
- https://html.spec.whatwg.org/multipage/speculative-loading.html#speculation-rules
- https://wicg.github.io/nav-speculation/prerendering.html
status:
compute_from: html.elements.script.type.speculationrules
4 changes: 0 additions & 4 deletions scripts/specs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,6 @@ const defaultAllowlist: allowlistItem[] = [
"https://wicg.github.io/private-network-access/",
"Allowed for private-network-access feature. Feature and spec succeeded by local-network-access."
],
[
"https://github.com/whatwg/html/pull/11426",
"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."
],
[
"https://www.w3.org/TR/2022/WD-selectors-4-20220507/#the-target-within-pseudo",
"Allowed because this is where the feature last appeared in the spec before removal."
Expand Down