Re: [whatwg/encoding] Editorial: Clarify the usage the output I/O queues in the hooks (#230)

@annevk commented on this pull request.

Thanks, looks good modulo nit. This isn't editorial per https://github.com/whatwg/meta/blob/master/COMMITTING.md. I do wonder if we should have something for these kind of changes as most folks would probably want to skip them too.

>   <a>UTF-8 encode</a> algorithms are effectively I/O queues of scalar values, i.e., they contain
  no <a>surrogates</a>.
+
+ <p>These hooks, with the exception of <a>BOM sniff</a>, will block until the input I/O queue has
+ been consumed in its entirety. In order to use the output tokens as they are pushed into the
+ stream, callers are to invoke the hooks with an empty output I/O queue and read from it <a>in

No newline inside `<a>`.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/encoding/pull/230#pullrequestreview-492400481

Received on Monday, 21 September 2020 09:05:13 UTC