- From: Karl <notifications@github.com>
- Date: Wed, 22 Dec 2021 13:30:13 -0800
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 22 December 2021 21:30:25 UTC
The full IDNA algorithm lowercases before checking the `"xn--"` prefix, so any implementors fast-pathing ASCII domains should make sure that they check for it case-insensitively.
Added tests:
* https://github.com/web-platform-tests/wpt/pull/32177
You can view, comment on, or merge this pull request online at:
https://github.com/whatwg/url/pull/678
-- Commit Summary --
* [Editorial] Correct the note about the IDNA fast-path for ASCII domains
-- File Changes --
M url.bs (2)
-- Patch Links --
https://github.com/whatwg/url/pull/678.patch
https://github.com/whatwg/url/pull/678.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/pull/678
You are receiving this because you are subscribed to this thread.
Message ID: <whatwg/url/pull/678@github.com>
Received on Wednesday, 22 December 2021 21:30:25 UTC