Re: [whatwg/url] Perhaps do not apply ToASCII for ASCII-only input (#267)

> I hope someone can help with Node.js, they seem well represented

Sure 😆

To be clear, am I correct in saying this decision means:

```diff
  <li><p>Let <var>result</var> be the result of running <a abstract-op lt=ToASCII>Unicode ToASCII</a> with
  <i>domain_name</i> set to <var>domain</var>, <i>UseSTD3ASCIIRules</i> set to false,
- <i>processing_option</i> set to <i>Nontransitional_Processing</i>, and <i>VerifyDnsLength</i> set
- to false.
+ <i>processing_option</i> set to <i>Nontransitional_Processing</i>, <i>VerifyDnsLength</i> set
+ to false, and <i>CheckHyphens</i> set to false.
```

If so, we have https://github.com/nodejs/node/pull/12966 already which would fulfill this.

-- 
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/issues/267#issuecomment-302566377

Received on Thursday, 18 May 2017 23:15:02 UTC