Skip to content

Commit

Permalink
Update issues/mediacapture-surface-control-missingtask.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dontcallmedom committed Jan 7, 2025
1 parent ad13b62 commit c3d6f51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion issues/mediacapture-surface-control-missingtask.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Repo: 'https://github.com/w3c/mediacapture-surface-control'
While crawling [Captured Surface Control](https://w3c.github.io/mediacapture-surface-control/), the following algorithms fire an event, or resolve or reject a Promise, within a step that runs [in parallel](https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel) without first queuing a task:
* [ ] The [CaptureController/setZoomLevel()](https://w3c.github.io/mediacapture-surface-control/#dom-capturecontroller-setzoomlevel) algorithm resolves/rejects a promise directly in a step that runs in parallel
* [ ] The [CaptureController/forwardWheel()](https://w3c.github.io/mediacapture-surface-control/#dom-capturecontroller-forwardwheel) algorithm resolves/rejects a promise directly in a step that runs in parallel
* [ ] The [forward wheel event algorithm](https://w3c.github.io/mediacapture-surface-control/#dfn-forward-wheel-event-algorithm) algorithm fires an event directly in a step that runs in parallel

See [Dealing with the event loop](https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-for-spec-authors) in the HTML specification for guidance on how to deal with algorithm sections that run *in parallel*.

Expand Down

0 comments on commit c3d6f51

Please sign in to comment.