Re: [whatwg/url] Reject non-IPv4 hostnames that end in numbers. (#619)

I'm not following - the spec doesn't seem to do that?  If the last value parses as a number, we use the IPv4 parser, and if it fails, we reject the hostname.  The number parser parses both 4294967295 and 4294967296.  There's also the all ASCII digits fallback, but that's not needed here, anyways, since the IPv4 number parser doesn't have a limit of 2^32-1.

-- 
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/pull/619#issuecomment-894731230

Received on Sunday, 8 August 2021 02:05:58 UTC