@@ -6878,7 +6878,7 @@ using permissions policy.
6878
6878
cross-origin nested documents, each reserving 8 kibibytes.
6879
6879
6880
6880
<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 .
6882
6882
By default, "{{PermissionsPolicy/deferred-fetch-minimal}} " is enabled for any origin, while
6883
6883
"{{PermissionsPolicy/deferred-fetch}} " is enabled for the top-level document's origin only.
6884
6884
By relaxing the "{{PermissionsPolicy/deferred-fetch}} " policy for particular origins and nested
@@ -6952,6 +6952,7 @@ share the accumulated 16 kibibytes:
6952
6952
6953
6953
<pre><code>
6954
6954
+ https://me.example.com with Permissions-policy: deferred-fetch=(self "https://ok.example.com")
6955
+ | (See below for quota)
6955
6956
|
6956
6957
+ ---- + https://me.example.com
6957
6958
| | Shares quota with the <a for=/>top-level traversable</a> , as they're same origin.
@@ -6967,8 +6968,8 @@ share the accumulated 16 kibibytes:
6967
6968
| | 64 kibibytes, granted via the "{{PermissionsPolicy/deferred-fetch}} " policy.
6968
6969
| |
6969
6970
| + ---- + 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.
6972
6973
|
6973
6974
+ ---- + https://ok.example.com/redirect, navigated to https://x.example.com
6974
6975
| 0. The reserved 64 kibibytes for https://ok.example.com are not available for https://x.example.com.
0 commit comments