07:51
<annevk>
nektro: step 5 doesn't impact input so I don't think anything is wrong there. You might be right that the scheme start state should only decrease pointer when it's not pointing to the start of input.
07:54
<nektro>
scheme start state is always at the start of input
07:56
<nektro>
if encoding doesn't affect input then where is input validated as utf-8, or is it not?
08:03
<annevk>
nektro: input is a scalar value string, it's not a byte sequence.
08:07
<annevk>
I think the reason the pointer logic works in scheme start state is because after the state is over pointer gets incremented by 1 so it'll be 0 again. I agree it's not great, but reworking all that is involved.
08:09
<nektro>
thanks :)
09:28
<Jake Archibald>
annevk: https://github.com/whatwg/html/pull/12021 should be good to land now. I got the ipr stuff sorted
22:49
<mfreed>
Hi all, just a friendly reminder to post any discussion topics for this Thursday's joint CSSWG/WHATWG/OpenUI task force meeting to the meeting agenda issue: https://github.com/whatwg/html/issues/12012