- From: Matt Menke <notifications@github.com>
- Date: Thu, 08 Jul 2021 18:11:42 -0700
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 9 July 2021 01:12:03 UTC
@MattMenke2 commented on this pull request. > + + <li> + <p>If the last <a for=list>item</a> in <var>parts</var> is the empty string, then: + + <ol> + <li><p>If <var>parts</var>'s <a for=list>size</a> is 1, return false. + + <li>Otherwise, <a for=list>remove</a> the last <a for=list>item</a> from <var>parts</var>. + </ol> + + <li><p>Let <var>last</var> be the last <a for=list>item</a> from <var>parts</var>. + + <li>If parsing <var>last</var> as an <a lt="IPv4 number parser">IPv4 number</a> does not + return failure, return true. + + <li><p>If <var>last</var> is non-empty and contains only <a>ASCII digits</a>, return true. Good idea, done -- 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#discussion_r666607512
Received on Friday, 9 July 2021 01:12:03 UTC