Re: [whatwg/url] Clarify that a domain is never empty (#492)

@annevk commented on this pull request.



> @@ -255,8 +255,9 @@ identifier in <a for=/>URLs</a> where a network address is not necessary.
 have no influence on <a for=/>host</a> writing, parsing, and serialization. Unless stated otherwise
 in the sections that follow.
 
-<p>A <dfn export id=concept-domain>domain</dfn> is an <a>ASCII string</a> that identifies a realm
-within a network.
+<p>A <dfn export id=concept-domain>domain</dfn> is a non-empty <a>ASCII string</a> that identifies a
+realm within a network.
+

```suggestion
```

-- 
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/492#pullrequestreview-405775266

Received on Tuesday, 5 May 2020 13:16:07 UTC