- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 20 Jan 2023 09:31:39 -0800
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 20 January 2023 17:31:52 UTC
Yeah, mislabeling and conflicts with the URL parser: * Hosts that end with an ASCII digit label will get parsed as an IPv4 address. And thus fail whereas some of these are expected to not fail. * Some inputs contain `?` which I could perhaps percent-encode first. With that a lot of the remaining failures in WebKit are #733. I haven't gone through all of them yet as there are >100 failures still. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/url/issues/341#issuecomment-1398720878 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/url/issues/341/1398720878@github.com>
Received on Friday, 20 January 2023 17:31:52 UTC