Re: [whatwg/url] Refusing a mix of numeric-only and BIDI domains (#543)

It's correct per how browsers and the URL Standard deal with it. The domain name is `x.`. That is passed to UTS46 which splits on `.` to get labels. At that point they have an empty label they need to deal with. Currently they pass it as-is to IDNA2008's The Bidi Rule where it goes wrong. (And as I suggest we could instead omit the empty label before passing it on to UTS46.)

Thanks for suggesting a set of rules. I'll incorporate that in the feedback.

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

Message ID: <whatwg/url/issues/543/1384948747@github.com>

Received on Tuesday, 17 January 2023 07:38:20 UTC