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

@annevk commented on this pull request.



> +  <a for=list>item</a> that <a for=string>starts with</a> an <a>ASCII case-insensitive</a> match for "<code>xn--</code>", this step is
   equivalent to <a>ASCII lowercasing</a> <var>domain</var>.

Needs a wrapping fix:
```suggestion
  <a for=list>item</a> that <a for=string>starts with</a> an <a>ASCII case-insensitive</a> match for 
  "<code>xn--</code>", this step is equivalent to <a>ASCII lowercasing</a> <var>domain</var>.
```
Although this is still not entirely technically correct given the signature of "starts with", I think it's good enough?

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

Message ID: <whatwg/url/pull/678/review/842555811@github.com>

Received on Monday, 3 January 2022 08:48:29 UTC