Re: [whatwg/url] IPv4 number parser: "If input is the empty string, then return 0. " (#561)

Nice! The number parser should say

> return (0, _validationError_)

or even

> return (0, true)

as it will always be true.

Let's see if someone is interested in taking this on. (Note that you'll need to sign https://participate.whatwg.org/agreement in order to do so.)

-- 
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/561#issuecomment-737724372

Received on Thursday, 3 December 2020 07:38:20 UTC