Skip to content

Commit 8c1f35e

Browse files
committed
Update hostname RFC reference
RFC 1123 modifies the syntax to allow a leading digit, which is present in modern practice.
1 parent f80d1fd commit 8c1f35e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jsonschema-validation.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="US-ASCII"?>
22
<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
3-
<!ENTITY RFC1034 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.1034.xml">
3+
<!ENTITY RFC1123 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.1123.xml">
44
<!ENTITY RFC2045 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.2045.xml">
55
<!ENTITY RFC2046 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.2046.xml">
66
<!ENTITY RFC2119 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.2119.xml">
@@ -616,12 +616,12 @@
616616
representation for an Internet hostname as follows:
617617
<list style="hanging">
618618
<t hangText="hostname:">
619-
As defined by <xref target="RFC1034">RFC 1034, section 3.1</xref>,
619+
As defined by <xref target="RFC1123">RFC 1123, section 2.1</xref>,
620620
including host names produced using the Punycode algorithm
621621
specified in <xref target="RFC5891">RFC 5891, section 4.4</xref>.
622622
</t>
623623
<t hangText="idn-hostname:">
624-
As defined by either RFC 1034 as for hostname, or an
624+
As defined by either RFC 1123 as for hostname, or an
625625
internationalized hostname as defined by
626626
<xref target="RFC5890">RFC 5890, section 2.3.2.3</xref>.
627627
</t>
@@ -1056,7 +1056,7 @@
10561056
<!-- References Section -->
10571057
<references title="Normative References">
10581058
&RFC2119;
1059-
&RFC1034;
1059+
&RFC1123;
10601060
&RFC2045;
10611061
&RFC2046;
10621062
&RFC2673;

0 commit comments

Comments
 (0)