You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is unclear what happen if the empty string is passed to the IPv4 parser as input.
The step 3 makes the "parts" list empty, and the algorithm gets stuck at the step 11.
(Probably, the algorithm should return the same input. )
The text was updated successfully, but these errors were encountered:
https://url.spec.whatwg.org/#concept-ipv4-parser
It is unclear what happen if the empty string is passed to the IPv4 parser as input.
The step 3 makes the "parts" list empty, and the algorithm gets stuck at the step 11.
(Probably, the algorithm should return the same input. )
The text was updated successfully, but these errors were encountered: