Skip to content

Commit aa3a789

Browse files
committed
Some more nits
1 parent 1882126 commit aa3a789

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
@@ -6878,7 +6878,7 @@ using permissions policy.
68786878
cross-origin nested documents, each reserving 8 kibibytes.
68796879

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

69536953
<pre><code>
69546954
+ https://me.example.com with Permissions-policy: deferred-fetch=(self "https://ok.example.com")
6955+
| (See below for quota)
69556956
|
69566957
+ ---- + https://me.example.com
69576958
| | Shares quota with the <a for=/>top-level traversable</a>, as they're same origin.
@@ -6967,8 +6968,8 @@ share the accumulated 16 kibibytes:
69676968
| | 64 kibibytes, granted via the "{{PermissionsPolicy/deferred-fetch}}" policy.
69686969
| |
69696970
| + ---- + https://x.example.com
6970-
| 0. Only documents with the same originas the <a for=/>top-level traversable</a> can grant
6971-
| the 8 kibibytes
6971+
| 0. Only documents with the same origin as the <a for=/>top-level traversable</a> can
6972+
| grant the 8 kibibytes based on the "{{PermissionsPolicy/deferred-fetch-minimal}}" policy.
69726973
|
69736974
+ ---- + https://ok.example.com/redirect, navigated to https://x.example.com
69746975
| 0. The reserved 64 kibibytes for https://ok.example.com are not available for https://x.example.com.

0 commit comments

Comments
 (0)