Re: [w3c/pointerlock] Don't monkey patch HTML's list of activation triggering input event (#70)

@marcoscaceres I got a chance to look at it again after a while, and now it seems to me we can significantly clarify the current dependence to HTML if we simply drop the "engagement gesture" section and fix the existing 5 references by:
1. saying `requestPointerLock()` is a [Transient activation-gated API](https://html.spec.whatwg.org/multipage/interaction.html#transient-activation-gated-api), and
2. adding the non-normative exception currently mentioned in the "Note" about "no engagement gesture is required".

This change would make the text more precise, and as a bonus point, we will be able to land this PR independently from whatwg/html#6818.

What do you think?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/pointerlock/pull/70#issuecomment-912772669

Received on Friday, 3 September 2021 19:49:15 UTC