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

Reference link wrong in "If ioQueue is empty..." #329

Closed
Explorer09 opened this issue Jun 13, 2024 · 1 comment · Fixed by #330
Closed

Reference link wrong in "If ioQueue is empty..." #329

Explorer09 opened this issue Jun 13, 2024 · 1 comment · Fixed by #330

Comments

@Explorer09
Copy link

What is the issue with the Encoding Standard?

Section 3 "Terminology" of the Encoding Standard of WHATWG (https://encoding.spec.whatwg.org/)

To read an item from an I/O queue ioQueue, run these steps:

  1. If ioQueue is empty, then wait until its size is at least 1.
  2. [...]

The term "empty" on the text "If ioQueue is empty" referenced the wrong item in the Infra Standard:
(https://infra.spec.whatwg.org/#list-empty)

It should be: (https://infra.spec.whatwg.org/#list-is-empty)

That's it.

@annevk
Copy link
Member

annevk commented Jun 13, 2024

Thank you!

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