diff --git a/index.bs b/index.bs index 45986f9..cd3e5a0 100644 --- a/index.bs +++ b/index.bs @@ -281,6 +281,12 @@ The requestPermission() method steps are: The start(|options|) method steps are: +1. If the [=relevant global object=] of [=this=] is a {{Window}} object whose + [=associated Document=] is not [=fully active=], return [=a promise rejected with=] + an "{{InvalidStateError}}" {{DOMException}}. + + idle-detection-detached-frame.https.html + 1. If the [=relevant global object=]'s [=associated Document=] is not [=allowed to use=] "idle-detection", return [=a promise rejected with=] a "{{NotAllowedError}}" {{DOMException}}.