diff --git a/index.bs b/index.bs
index 1af98610..f0105d6e 100644
--- a/index.bs
+++ b/index.bs
@@ -326,6 +326,17 @@ spec: HEADER-STRUCTURE; urlPrefix: https://httpwg.org/http-extensions/draft-ietf
by default in [=child navigables=] whose [=navigable/active
document|document=] is cross-origin with its [=navigable/parent=]'s
[=navigable/active document|document=].
+
none
+ The feature is not allowed in {{Document}}s in [=/top-level
+ traversables=] by default, as well as those in all [=child
+ navigables=]. It can be allowed {{Document}}s in [=/top-level
+ traversables=] by delivering the {{Document}} with a suitable `Permissions-Policy` header). It can be allowed
+ in in [=child navigables=] if it allowed in the parent
+ {{Document}} by explicitly supplying a [=container policy=] on
+ the [=navigable container=] that overrides this default and by
+ delivering the {{Document}} with a suitable `Permissions-Policy` header.