Re: [whatwg/url] IPv4 parser cleanup (#493)

@domenic commented on this pull request.



>    </ol>
 
- <li><p>If <var>validationErrorFlag</var> is set, <a>validation error</a>.
+ <li><p>If <var>validationError</var> is true, <a>validation error</a>.

```suggestion
 <li>
  <p class="note">If we've reached this point, then each part was parsed into a number, so we're
  committed to treating <var>input</var> as an IPv4 address and can resume reporting validation
  errors.</p>

  <p>If <var>validationError</var> is true, <a>validation error</a>.
 </li>
```

-- 
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/493#pullrequestreview-405894633

Received on Tuesday, 5 May 2020 15:21:07 UTC