Re: [whatwg/url] Review Draft Publication: February 2025 (PR #857)

annevk left a comment (whatwg/url#857)

There's a lot of build errors here that I'm not sure I can get resolved today. I suspect I need help from @tabatkins. E.g., I'm stuck on the first one:

```LINE 212:5: Saw an end tag </div>, but there's no open element corresponding to it.```

That's part of this segment:

```
  <tr>
   <td><dfn>IPv6-invalid-code-point</dfn>
   <td>
    <p>An <a for=/>IPv6 address</a> contains a code point that is neither an <a>ASCII hex digit</a>
    nor a U+003A (:). Or it unexpectedly ends.
    <div class=example id=example-ipv6-invalid-code-point>
     <p>"<code>https://[1:2:3!:4]</code>"
     <p>"<code>https://[1:2:3:]</code>"
    </div>
   <td class=yes>Yes
```
I don't see what's wrong.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/pull/857#issuecomment-2662734708
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/url/pull/857/c2662734708@github.com>

Received on Monday, 17 February 2025 10:48:59 UTC