[whatwg/url] [Editorial] Correct the note about the IDNA fast-path for ASCII domains (PR #678)

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