Re: [whatwg/url] Should we ignore IPv6 zone identifiers when parsing a URL? (Issue #742)

> As an example, `http://[::1%32]/` is currently failure per the URL Standard (and Gecko & WebKit), but `http://[::12]/` in Chromium. After the proposed change it would be `http://[[::1]/`. I'd rather align on failure.

This seems like a bug in Chromium. They shouldn't be doing percent decoding before invoking the IPv6 parser.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/issues/742#issuecomment-1399955234
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/url/issues/742/1399955234@github.com>

Received on Monday, 23 January 2023 08:18:53 UTC