[whatwg/url] Public Suffix List (PSL) is not ASCII (#695)

Section [3.2 "Host miscellaneous"](https://url.spec.whatwg.org/#host-miscellaneous) specifies a host's public suffix.  Bullet 3 says:

    3. Assert: publicSuffix is an ASCII string.

How come?  Since the list is UTF-8 encoded and the algorithm provides no conversions, the resulting *publicSuffix* must be UTF-8.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/issues/695
You are receiving this because you are subscribed to this thread.

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

Received on Wednesday, 4 May 2022 09:25:12 UTC