diff --git a/no-vary-search.html b/no-vary-search.html index db41c4c..d767aed 100644 --- a/no-vary-search.html +++ b/no-vary-search.html @@ -678,7 +678,7 @@
Copyright © 2023 the Contributors to the No-Vary-Search Specification, published by the Web Platform Incubator Community Group under the W3C Community Contributor License Agreement (CLA). +
Copyright © 2023 the Contributors to the No-Vary-Search Specification, published by the Web Platform Incubator Community Group under the W3C Community Contributor License Agreement (CLA). A human-readable summary is available.
and so on, since they all are parsed to having the same key "é 気
".
Two URLs urlA and urlB are equivalent modulo search variance given a URL search variance searchVariance if the following algorithm returns true:
+Two URLs urlA and urlB are equivalent modulo search variance given a URL search variance searchVariance if the following algorithm returns true:
If the scheme, username, password, host, port, or path of urlA and urlB differ, then return false.
@@ -1014,7 +1014,7 @@Return false.
In this case, even URL pairs that might appear the same after running the application/x-www-form-urlencoded parser on their queries, such as https://example.com/a
and https://example.com/a?
, or https://example.com/foo?a=b&&&c
and https://example.com/foo?a=b&c=
, will be treated as inequivalent.
In this case, even URL pairs that might appear the same after running the application/x-www-form-urlencoded parser on their queries, such as https://example.com/a
and https://example.com/a?
, or https://example.com/foo?a=b&&&c
and https://example.com/foo?a=b&c=
, will be treated as inequivalent.
Let searchParamsA and searchParamsB be empty lists.
Copyright © 2023 the Contributors to the Prefetch Specification, published by the Web Platform Incubator Community Group under the W3C Community Contributor License Agreement (CLA). +
Copyright © 2023 the Contributors to the Prefetch Specification, published by the Web Platform Incubator Community Group under the W3C Community Contributor License Agreement (CLA). A human-readable summary is available.
Copyright © 2023 the Contributors to the Prerendering Revamped Specification, published by the Web Platform Incubator Community Group under the W3C Community Contributor License Agreement (CLA). +
Copyright © 2023 the Contributors to the Prerendering Revamped Specification, published by the Web Platform Incubator Community Group under the W3C Community Contributor License Agreement (CLA). A human-readable summary is available.
The prerendering
getter steps are to return true if this has a non-null node navigable that is a prerendering navigable; otherwise, false.
Every Document
has a prerendering traversables map, which is an ordered map of URLs to prerendering traversables. This is used to fulfill navigations to a given URL by instead activating the corresponding prerendering traversable.
Every Document
has a prerendering traversables map, which is an ordered map of URLs to prerendering traversables. This is used to fulfill navigations to a given URL by instead activating the corresponding prerendering traversable.
Every Document
has a post-prerendering activation steps list, which is a list where each item is a series of algorithm steps. For convenience, we define the post-prerendering activation steps list for any platform object platformObject as:
Document
has an activation start time, which is initially a DOMHighResTimeStamp
with a time value of zero.
To start user-agent initiated prerendering given a URL startingURL:
+To start user-agent initiated prerendering given a URL startingURL:
Assert: startingURL’s scheme is an HTTP(S) scheme.
@@ -912,7 +912,7 @@Document
referrerDoc, and a referrer policy referrerPolicy:
+ To start referrer-initiated prerendering given a URL startingURL, a Document
referrerDoc, and a referrer policy referrerPolicy:
Assert: startingURL’s scheme is an HTTP(S) scheme.
@@ -1038,7 +1038,7 @@If any of the following conditions hold:
@@ -1910,11 +1910,6 @@Copyright © 2023 the Contributors to the Speculation Rules Specification, published by the Web Platform Incubator Community Group under the W3C Community Contributor License Agreement (CLA). +
Copyright © 2023 the Contributors to the Speculation Rules Specification, published by the Web Platform Incubator Community Group under the W3C Community Contributor License Agreement (CLA). A human-readable summary is available.
URLs, an ordered set of URLs
+URLs, an ordered set of URLs
predicate, a document rule predicate or null
URL, a URL
+URL, a URL
controller, a fetch controller or null
Let parsed be the result of parsing a JSON string to an Infra value given input.
@@ -1027,7 +1027,7 @@If input has any key other than "source
", "urls
", "where
", "requires
", "target_hint
","referrer_policy
", "relative_to
", "eagerness
", and "expects_no_vary_search
" then return null.
If input is not a map, then return null.
@@ -1309,7 +1309,7 @@A prefetch candidate is a struct with the following items:
URL, a URL
+URL, a URL
anonymization policy, a prefetch IP anonymization policy
A prerender candidate is a struct with the following items:
URL, a URL
+URL, a URL
target navigable name hint, a valid navigable target name or keyword or null