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