- From: Domenic Denicola <web-platform-tests-notifications@w3.org>
- Date: Thu, 05 Jan 2017 22:05:23 GMT
- To: public-web-platform-tests-notifications@w3.org
So here is an example. For `(new URL("https://\u001Fx")).hostname`, jsdom/whatwg-url gives a host of `"xn--\u001fx-"` instead of the apparently correct `"\u001fx"`. Apparently our interpretation of > Let asciiDomain be the result of running domain to ASCII on domain. When applied to the string `"\u001fx"` gives `"xn--x-"`. Is that not correct? Just trying to nail down where the problem is at this point :) View on GitHub: https://github.com/w3c/web-platform-tests/pull/4504#issuecomment-270771165
Received on Thursday, 5 January 2017 22:05:35 UTC