- From: Mikhail Losev <notifications@github.com>
- Date: Mon, 22 Aug 2016 01:58:45 -0700
- To: whatwg/url <url@noreply.github.com>
Received on Monday, 22 August 2016 08:59:19 UTC
Parsing of `http:///google.com` (as described in https://url.spec.whatwg.org/#url-parsing): 1)scheme state (buffer - `http`) 2)path or authority state 3)authority state > then decrease pointer by the number of code points in buffer plus one, set buffer to the empty string, Maybe it should be `increase`? `c` now is '/' and if I will descrease the ponter then I get ':' symbol again. -- 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/url/issues/145#issuecomment-241352851
Received on Monday, 22 August 2016 08:59:19 UTC