| 17:40 | <nektro> | In https://url.spec.whatwg.org/#pointer it says "When the pointer points to nowhere c cannot be used." Does this mean in https://url.spec.whatwg.org/#concept-basic-url-parser that when pointer is -1 and c is used, returning a failure is inferred or that it's a bug? |
| 17:42 | <nektro> | step 9 says what to do if pointer is eof but not nowhere |
| 17:46 | <nektro> | should there be an item after step 5 checking that input is valid in encoding ? |
| 17:48 | <nektro> | should step 5 be moved up since step 1 is already querying the contents of input ? |
| 20:27 | <nektro> | or does c pointing nowhere mean "If c is" simply yields false |