Skip to content

Commit 664ba39

Browse files
committed
Some more nits
1 parent c82df4b commit 664ba39

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

fetch.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6874,7 +6874,7 @@ using permissions policy.
68746874
cross-origin nested documents, each reserving 8 kibibytes.
68756875

68766876
<p>The top-level {{Document}}, and subsequently its nested documents, can control how much of their quota
6877-
is delegates to cross-origin/cross-agent nested documents, by using {{PermissionsPolicy}}.
6877+
is delegates to cross-origin/cross-agent nested documents, by using permissions policy.
68786878
By default, "{{PermissionsPolicy/deferred-fetch-minimal}}" is enabled for any origin, while
68796879
"{{PermissionsPolicy/deferred-fetch}}" is enabled for the top-level document's origin only.
68806880
By relaxing the "{{PermissionsPolicy/deferred-fetch}}" policy for particular origins and nested
@@ -6948,6 +6948,7 @@ share the accumulated 16 kibibytes:
69486948

69496949
<pre><code>
69506950
+ https://me.example.com with Permissions-policy: deferred-fetch=(self "https://ok.example.com")
6951+
| (See below for quota)
69516952
|
69526953
+ ---- + https://me.example.com
69536954
| | Shares quota with the <a for=/>top-level traversable</a>, as they're same origin.
@@ -6963,8 +6964,8 @@ share the accumulated 16 kibibytes:
69636964
| | 64 kibibytes, granted via the "{{PermissionsPolicy/deferred-fetch}}" policy.
69646965
| |
69656966
| + ---- + https://x.example.com
6966-
| 0. Only documents with the same originas the <a for=/>top-level traversable</a> can grant
6967-
| the 8 kibibytes
6967+
| 0. Only documents with the same origin as the <a for=/>top-level traversable</a> can
6968+
| grant the 8 kibibytes based on the "{{PermissionsPolicy/deferred-fetch-minimal}}" policy.
69686969
|
69696970
+ ---- + https://ok.example.com/redirect, navigated to https://x.example.com
69706971
| 0. The reserved 64 kibibytes for https://ok.example.com are not available for https://x.example.com.

0 commit comments

Comments
 (0)