diff --git a/spec.bs b/spec.bs index 62242c9..7efb5b7 100644 --- a/spec.bs +++ b/spec.bs @@ -1289,6 +1289,13 @@ A fenced frame config instance is a [=struct=] with the follow : on network disabled promises :: A [=list=] of {{Promise|Promises}}. + Note: This stores the callback {{Promise|Promises}} that were created during + {{Fence/disableUntrustedNetwork()}}. This is populated when {{Fence/disableUntrustedNetwork()}} is + first invoked, and all {{Promise|Promises}} in this [=list=] are resolved at once when the + <{fencedframe}> and its descendants have their network access fully revoked (i.e. the [=fenced + frame config instance/untrusted network status=] is [=untrusted network status/disabled for this + and descendant trees=]). + : cross-origin reporting allowed :: A [=boolean=], initially false.