From 82a91697a17607607dce56b0f981b44fe635b7e9 Mon Sep 17 00:00:00 2001 From: Clar Fon <15850505+clarfonthey@users.noreply.github.com> Date: Sat, 18 Jan 2025 04:18:17 -0500 Subject: [PATCH] Fix typo: RFC1123 is the RFC that defines requirements for hostnames (#487) --- SCHEMA-SPEC.md | 2 +- SPEC_v1.md | 2 +- draft-marchan-kdl2.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SCHEMA-SPEC.md b/SCHEMA-SPEC.md index 839c6bb..907c1af 100644 --- a/SCHEMA-SPEC.md +++ b/SCHEMA-SPEC.md @@ -287,7 +287,7 @@ and property names when the `node-names` or `prop-names` options are activated. * `country-subdivision`: ISO 3166-2 country subdivision code. * `email`: RFC5302 email address. * `idn-email`: RFC6531 internationalized email address. - * `hostname`: RFC1132 internet hostname. + * `hostname`: RFC1123 internet hostname. * `idn-hostname`: RFC5890 internationalized internet hostname. * `ipv4`: RFC2673 dotted-quad IPv4 address. * `ipv6`: RFC2373 IPv6 address. diff --git a/SPEC_v1.md b/SPEC_v1.md index ed74ca0..d663f37 100644 --- a/SPEC_v1.md +++ b/SPEC_v1.md @@ -313,7 +313,7 @@ IEEE 754-2008 decimal floating point numbers * `country-subdivision`: ISO 3166-2 country subdivision code. * `email`: RFC5322 email address. * `idn-email`: RFC6531 internationalized email address. -* `hostname`: RFC1132 internet hostname (only ASCII segments) +* `hostname`: RFC1123 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. diff --git a/draft-marchan-kdl2.md b/draft-marchan-kdl2.md index 0d8171a..b1bba0c 100644 --- a/draft-marchan-kdl2.md +++ b/draft-marchan-kdl2.md @@ -315,7 +315,7 @@ IEEE 754-2008 decimal floating point numbers * `country-subdivision`: ISO 3166-2 country subdivision code. * `email`: RFC5322 email address. * `idn-email`: RFC6531 internationalized email address. -* `hostname`: RFC1132 internet hostname (only ASCII segments) +* `hostname`: RFC1123 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.