Re: [w3c/pointerlock] Add lock options to requestPointerLock (#49)

@marcoscaceres commented on this pull request.



> -            Synthetic mouse events created by application script act the same
-            regardless of lock state.
+            Perform the following steps:
+            <ol>
+              <li>
+                Let <var>promise</var> be <a href="https://heycam.github.io/webidl/#a-new-promise">a new promise</a>.</li>
+              </li>
+              <li>
+                If the <a href="https://heycam.github.io/webidl/#this">this</a>'s
+                <a>shadow-including root</a> is the <a>active document</a> of a
+                [=Document/browsing context=] which is not (or has an <a>ancestor
+                browsing context</a> which is not) in focus by a window which is in
+                focus by the operating system's window manager:
+                <ol>
+                  <li>
+                    <a href="https://html.spec.whatwg.org/multipage/webappapis.html#queue-an-element-task">

Same here... avoid hard links please :) 

-- 
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/49#pullrequestreview-673853033

Received on Wednesday, 2 June 2021 07:23:51 UTC