- From: Anne van Kesteren <notifications@github.com>
- Date: Sun, 26 Apr 2020 08:54:05 -0700
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 26 April 2020 15:54:18 UTC
@annevk commented on this pull request. > @@ -284,9 +284,13 @@ U+005C (\), or U+005D (]). <ol> <li><p>If <var>host</var> is not a <a>domain</a>, then return null. - <li><p>Return the <a for=host>public suffix</a> obtained by executing the - <a href="https://publicsuffix.org/list/">algorithm</a> defined by the Public Suffix List on - <var>host</var>. [[!PSL]]. + <li><p>Let <var>publicSuffix</var> be the public suffix determined by running the + <a href="https://publicsuffix.org/list/">Public Suffix List algorithm</a> with <var>host</var> as + domain. [[!PSL]] + + <li><p>Assert: <var>publicSuffix</var> is encoded using A-Labels. [[!UTS46]] I wanted to use UTS46 as an intermediary, but as A-Label doesn't work and NR-LDH isn't mentioned there we'll just assert ASCII code points. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/url/pull/484#discussion_r415340345
Received on Sunday, 26 April 2020 15:54:18 UTC