Re: [whatwg/url] Address several IDNA issues (#309)

> until there is a corresponding verification from Node.js that the tests and spec are implementable?

And indeed there is: https://github.com/nodejs/node/pull/13362 I'll look into implementing the changes in tr46.js and whatwg-url as well.

Marginally off-topic, but just wanted to point out that there seems to be a circular dependency between the URL Standard, Unicode IDNA spec, whatwg-url, Node.js, and WPT; specifically:

- This PR depends on the proposed draft of Unicode IDNA
- This PR depends on independent verification of implementability (Node.js or whatwg-url)
- Node.js and whatwg-url PRs depend on this PR and WPT updates before they can be applied
- WPT update depends on this PR

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

Received on Thursday, 1 June 2017 06:40:00 UTC