Re: [whatwg/url] Double-encoded IDNA labels don't roundtrip (#603)

There is test coverage for this already in `resources/toascii.json`:
```json
  {
    "comment": "Invalid Punycode (contains non-ASCII character)",
    "input": "xn--tešla",
    "output": null
  }
```
Per https://wpt.fyi/results/url/toascii.window.html Chromium-based browsers have some issues there for `<a>` and `<area>`, but otherwise things seem to be in order.

Closing this therefore, but please comment if my analysis was lacking somehow.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/issues/603#issuecomment-1377224489

You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/url/issues/603/1377224489@github.com>

Received on Tuesday, 10 January 2023 13:02:50 UTC