From f89b85a4d9fd5f6f8494d44da35514d21f5b3c9e Mon Sep 17 00:00:00 2001 From: Raphael Kubo da Costa Date: Wed, 30 Sep 2020 18:59:34 +0200 Subject: [PATCH] explainer: Link to issues where System Wake Locks were discussed. (#292) Address feedback from w3ctag/design-reviews#543: > Also, a link out to discussion of that API might also be useful context. --- explainer.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/explainer.md b/explainer.md index 36c1adc..0dbcc30 100644 --- a/explainer.md +++ b/explainer.md @@ -35,7 +35,14 @@ and manual controls to prevent intentional and incidental issues. ## Non-goals A previous iteration of this spec included both Screen and System wake locks, which prevented the CPU from entering a deep power state. The latter has been -moved to a separate spec, and is out of scope for this explainer. +moved to a separate spec, and is out of scope for this explainer. For more +context, see: +* [Anyone implementing "system" + lock?](https://github.com/w3c/screen-wake-lock/issues/232) +* [Break specification into + levels](https://github.com/w3c/screen-wake-lock/issues/253) +* [Convert to purely screen wake + lock](https://github.com/w3c/screen-wake-lock/pull/255) ## API Users can request a screen wake lock, and if the request succeeds it can be