Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example in parallelism section needs to "queue a task" to handle the promise #10535

Closed
tidoust opened this issue Aug 1, 2024 · 0 comments · Fixed by #10541
Closed

Example in parallelism section needs to "queue a task" to handle the promise #10535

tidoust opened this issue Aug 1, 2024 · 0 comments · Fixed by #10541
Assignees

Comments

@tidoust
Copy link

tidoust commented Aug 1, 2024

What is the issue with the HTML Standard?

The parallel queue example in the Parallelism section in HTML resolves/rejects a promise in parallel (or as part of a parallel queue) without first queuing a task: see steps 2.1 and 2.4 in both the "incorrect" and "correct" versions of the algorithm.

Via w3c/strudy#663 where I've started to look into automating detection of such hiccups in specs (although not in examples)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants