diff --git a/index.html b/index.html index e34e619..5f10fab 100644 --- a/index.html +++ b/index.html @@ -163,63 +163,6 @@
- The [[PERMISSIONS]] API provides a uniform way for websites to request - permissions from users and query which permissions they have. -
-- A user agent can deny a wake lock of a - particular wake lock type for a particular {{Document}} by any - implementation-specific reason, such as platform setting or user - preference. -
-- It is RECOMMENDED that a user agent show some form of unobtrusive - notification that informs the user when a wake lock is active, as well - as provides the user with the means to [=screen wake lock permission - revocation algorithm|block=] the ongoing operation, or simply dismiss - the notification. -
-- The `"screen-wake-lock"` powerful feature enables the - capability defined by this specification. -
-- The `"screen-wake-lock"` powerful feature defines a [=powerful - feature/permission revocation algorithm=]. To invoke the Screen - Wake Lock permission revocation algorithm, run these steps: -
-- When a {{Document}} |document:Document| becomes no longer - [=Document/fully active=], the user agent must run these steps: -