Re: [whatwg/url] Empty labels (consecutive dots, and trailing dot for host writing + UTS46) (Issue #871)

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