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

@marcoscaceres commented on this pull request.



>          </p>
         <p>
           While in the [=pointer lock state=] if the [=pointer-lock options=]'
           {{PointerLockOptions/unadjustedMovement}} member is `true` the event
-          coordinates must not be affected by the underlying platform behaviors
-          such as mouse acceleration. In other words, UA must use the APIs
-          provided by the underlying platform to guarantee getting the raw
-          events. If the {{PointerLockOptions}}'
-          {{PointerLockOptions/unadjustedMovement}} member is `false` UA must
-          rely on the default behavior of the underlying platform regarding the
-          mouse acceleration.
+          coordinates shall not be affected by the underlying platform

Nit: we tend to use "must" instead of "shall" at the w3c:

```suggestion
          coordinates must not be affected by the underlying platform
```

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

Message ID: <w3c/pointerlock/pull/49/review/1788169498@github.com>

Received on Tuesday, 19 December 2023 06:14:11 UTC