Skip to content

Commit

Permalink
Clarify the parsing of hostname and idl-hostname
Browse files Browse the repository at this point in the history
Related to #247
  • Loading branch information
tabatkins committed Nov 4, 2021
1 parent f82a106 commit 21cbce3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SPEC.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,8 @@ IEEE 754-2008 decimal floating point numbers
* `country-subdivision`: ISO 3166-2 country subdivision code.
* `email`: RFC5302 email address.
* `idn-email`: RFC6531 internationalized email address.
* `hostname`: RFC1132 internet hostname.
* `idn-hostname`: RFC5890 internationalized internet hostname.
* `hostname`: RFC1132 internet hostname (only ASCII segments)
* `idn-hostname`: RFC5890 internationalized internet hostname (only `xn--`-prefixed ASCII "punycode" segments, or non-ASCII segments)
* `ipv4`: RFC2673 dotted-quad IPv4 address.
* `ipv6`: RFC2373 IPv6 address.
* `url`: RFC3986 URI.
Expand Down

0 comments on commit 21cbce3

Please sign in to comment.