Re: [whatwg/url] Named validation errors (#502)

@TRowbotham commented on this pull request.



> +  <tr>
+   <td><dfn>IPv4-in-IPv6-too-many-pieces</dfn>
+   <td>
+    <p>An IPv6 address contains an IPv4 address and the IPv6 address has more than 6 pieces.
+    <p class=example id=example-ipv4-in-ipv6-too-many-pieces>"<code>https://[1:1:1:1:1:1:1:127.0.0.1]</code>"
+   <td>✅
+  <tr>
+   <td><dfn>IPv4-in-IPv6-too-many-parts</dfn>
+   <td>
+    <p>An IPv6 address contains an IPv4 address and the IPv4 address has more than 4 parts.
+    <p class=example id=example-ipv4-in-ipv6-too-many-parts>"<code>https://[ffff::127.0.0.1.2]</code>"
+   <td>✅
+  <tr>
+   <td><dfn>IPv4-in-IPv6-unexpected-code-point</dfn>
+   <td>
+    <p>An IPv6 address contains an IPv4 address of which a part contain a code point other than an

Should probably read ", of which, a part contains code points other than ASCII digits or is an empty string." or feel free to completely reword it.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/pull/502#pullrequestreview-1264708503

You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/url/pull/502/review/1264708503@github.com>

Received on Sunday, 22 January 2023 01:47:54 UTC