- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 19 Nov 2024 02:37:37 -0800
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 19 November 2024 10:37:41 UTC
@annevk commented on this pull request. > + <li><p>Let <var>compress</var> be null. + <li> - <p>Let <var>compress</var> be an index to the first <a>IPv6 piece</a> in the first longest - sequences of <var>address</var>'s <a>IPv6 pieces</a> that are 0. + <p>If multiple <var>address</var>'s <a for="IPv6 address">pieces</a> are 0 sequentially, then set + <var>compress</var> to the index of the first item of the first of the longest sequences of + <var>address</var>'s <a for="IPv6 address">pieces</a> that are 0. <p class=example id=example-e2b3492e>In <code>0:f:0:0:f:f:0:0</code> it would point to the second 0. - <li><p>If there is no sequence of <var>address</var>'s <a>IPv6 pieces</a> that are 0 that is - longer than 1, then set <var>compress</var> to null. - <li><p>Let <var>ignore0</var> be false. This is probably the biggest change here. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/url/pull/838#pullrequestreview-2445031000 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/url/pull/838/review/2445031000@github.com>
Received on Tuesday, 19 November 2024 10:37:41 UTC