10:41
<Arnau>
Hi, I was implementing an HTML parser, specifically the decoder part. What is the decoder supposed to report if the input byte stream/queue ended in the middle of a multi-byte codepoint?
10:43
<Arnau>
Can't find it in https://html.spec.whatwg.org/multipage/parsing.html#parse-errors
10:46
<annevk>
Arnau: that's defined in https://encoding.spec.whatwg.org
10:46
<Arnau>
Arnau: that's defined in https://encoding.spec.whatwg.org
Oh! Sorry to ask stupid questions haha... Thank you
10:49
<sideshowbarker>
Arnau: You're implementing full error reporting in your implementation?
10:50
<Arnau>
My idea is to report a somewhat informative error, yes... The only thing I may not do is multiple errors.