From 9d336f1f31e43e7dc5e209b2707ed09d94678f91 Mon Sep 17 00:00:00 2001 From: Noam Rosenthal Date: Mon, 16 Dec 2024 13:20:09 +0000 Subject: [PATCH] More editorial --- fetch.bs | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/fetch.bs b/fetch.bs index c7a318fd..6a71fa13 100644 --- a/fetch.bs +++ b/fetch.bs @@ -7006,30 +7006,31 @@ descendants share a quota of 384 kibibytes. That value is computed as such:

To get the available deferred-fetch quota given a {{Document}} controlDocument and an origin-or-null origin: -

    +
  1. Let navigable be controlDocument's node navigable.

  2. Let quota be the result of the first matching statement:

    controlDocument's node navigable is a - top-level traversable whose not allowed to use the - policy-controlled feature "{{PermissionsPolicy/deferred-fetch}}" + top-level traversable and controlDocument is not allowed to use + the policy-controlled feature "{{PermissionsPolicy/deferred-fetch}}"
    0
    controlDocument's node navigable is a - top-level traversable whose allowed to use the + top-level traversable and controlDocument is not allowed to use + the policy-controlled feature "{{PermissionsPolicy/deferred-fetch-minimal}}" +
    +

    640 kibibytes +

    640kb should be enough for everyone. + +

    controlDocument's node navigable is a top-level traversable + and allowed to use the policy-controlled feature "{{PermissionsPolicy/deferred-fetch-minimal}}"

    512 kibibytes

    The default of 640 kibibytes, decremented By quota reserved for deferred-fetch-minimal) -

    controlDocument's node navigable is a - top-level traversable whose not allowed to use the - policy-controlled feature "{{PermissionsPolicy/deferred-fetch-minimal}}" -
    -

    640 kibibytes -

    640kb should be enough for everyone.

    controlDocument's node navigable's navigable container's reserved deferred-fetch quota is normal quota,