diff --git a/.gitignore b/.gitignore index deb66c5..9962203 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ prefetch.html prerendering.html -speculation-rules.html out diff --git a/Makefile b/Makefile index a22ba79..9ece1aa 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ SHELL=/bin/bash -bikeshed_files = prefetch.bs prerendering.bs speculation-rules.bs -html_files = index.html no-vary-search.html +bikeshed_files = prefetch.bs prerendering.bs +html_files = index.html no-vary-search.html speculation-rules.html .PHONY: ci clean local remote diff --git a/index.html b/index.html index 8bb6179..306d5b4 100644 --- a/index.html +++ b/index.html @@ -12,18 +12,12 @@

WICG/nav-speculation

Prerendering Revamped
The navigational prerendering algorithms.
-
Speculation Rules
-
Extensions to speculation rules to support navigational prerendering.
-
IETF HTTPWG: No-Vary-Search
A proposed HTTP header for changing how a URL's search component impacts cache hits.