- From: Uku Sõrmus <notifications@github.com>
- Date: Tue, 22 Apr 2025 09:59:04 -0700
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 22 April 2025 16:59:08 UTC
ukusormus left a comment (whatwg/url#871)
Another mixed case of consecutive dots and a trailing dot is ... consecutive trailing dots (what is it, then, technically - still one (empty) root label and N empty non-root labels?)
```js
u = new URL("https://example.com/")
u.host = "a................."
console.log(u.host) // a.................
```
--
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/issues/871#issuecomment-2821939583
You are receiving this because you are subscribed to this thread.
Message ID: <whatwg/url/issues/871/2821939583@github.com>
Received on Tuesday, 22 April 2025 16:59:08 UTC