Re: [whatwg/url] IPv4 parser "invents" a valid ip from doi prefix; is this / should this be correct behaviour? (Issue #761)

For compatibility, the IP address parser supports the same formats as [`inet_aton`](https://linux.die.net/man/3/inet_aton). This includes the following format:

> a.b
>
> Part `a` specifies the first byte of the binary address. Part `b` is interpreted as a 24-bit value that defines the rightmost three bytes of the binary address. This notation is suitable for specifying (outmoded) Class C network addresses.



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

Message ID: <whatwg/url/issues/761/1466378367@github.com>

Received on Monday, 13 March 2023 15:35:55 UTC