Adapt api.Document.pointerlock[change/error] to new events structure#13660
Conversation
This PR adapts the pointerlockchange and pointerlockerror event of the Document API to conform to the new events structure.
Preview URLs
FlawsNone! 🎉 External URLsURL: No new external URLs URL: No new external URLs |
|
[REVIEW IN PROGRESS] Checklist I used for reviewing this event Content PR: When
On the API interface page:
On each page of the interface and the API overview page:
Optional:
Administration:
|
| <tbody> | ||
| <tr> | ||
| <th scope="row">Bubbles</th> | ||
| <td>Yes</td> |
There was a problem hiding this comment.
Note that this was incorrect: pointerlockerror doesn't bubble. (See https://w3c.github.io/pointerlock/#pointerlockchange-and-pointerlockerror-events )
| <tbody> | ||
| <tr> | ||
| <th scope="row">Bubbles</th> | ||
| <td>Yes</td> |
There was a problem hiding this comment.
Note that this was incorrect: pointerlockchange doesn't bubble. (See https://w3c.github.io/pointerlock/#pointerlockchange-and-pointerlockerror-events )
This PR adapts the pointerlockchange and pointerlockerror event of the Document API to conform to the new events structure.