diff --git a/url.bs b/url.bs index 7d47af76..6cb0f04e 100644 --- a/url.bs +++ b/url.bs @@ -240,8 +240,8 @@ identifier in URLs where a network address is not necessary. have no influence on host writing, parsing, and serialization. Unless stated otherwise in the sections that follow. -

A domain identifies a realm within a -network. +

A domain is an ASCII string that identifies a realm +within a network. [[RFC1034]]

The example.com and example.com. domains are @@ -393,7 +393,7 @@ consideration in practice.

IDNA

-

The domain to ASCII algorithm, given a domain +

The domain to ASCII algorithm, given a string domain and optionally a boolean beStrict, runs these steps:

    @@ -935,9 +935,9 @@ unified model would be, please file an issue. failure when given to the URL parser. I.e., input that would be considered conforming or valid. -
  1. The URL serializer takes a URL and returns a string. (If that string - is then parsed, the result will equal the URL - that was serialized.) +

  2. The URL serializer takes a URL and returns an ASCII string. (If + that string is then parsed, the result will equal the URL that was serialized.)