- From: Marcos Cáceres <notifications@github.com>
- Date: Wed, 02 Jun 2021 00:06:00 -0700
- To: w3c/pointerlock <pointerlock@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 2 June 2021 07:06:46 UTC
@marcoscaceres commented on this pull request. > + <a href="https://html.spec.whatwg.org/multipage/webappapis.html#queue-an-element-task"> + Queue an element task</a>, given this element, on the <a href="https://html.spec.whatwg.org/multipage/webappapis.html#user-interaction-task-source"> + user Interaction task source</a> to do the following: + <ol><li> + <a href=https://dom.spec.whatwg.org/#concept-event-fire">Fire an event</a> named + <a>pointerlockchange</a> at the given element's + <a href="https://dom.spec.whatwg.org/#concept-node-document">node document</a> + </li></ol> Please avoid hard links to the HTML spec. Please use the following and work with @domenic to export missing terms from HTML as needed: ```suggestion [=Queue an element task=], given this element, on the [=user Interaction task source=] to do the following: <ol><li> [=Fire an event=] named `"pointerlockchange"` at the given element's [=node document=]. </li></ol> ``` -- 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-673851871
Received on Wednesday, 2 June 2021 07:06:46 UTC