Skip to content

Commit

Permalink
Merge pull request #716 from handrews/hostname
Browse files Browse the repository at this point in the history
Update hostname RFC reference
  • Loading branch information
handrews authored Mar 4, 2019
2 parents 3216378 + 8c1f35e commit ee2f7f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jsonschema-validation.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="US-ASCII"?>
<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
<!ENTITY RFC1034 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.1034.xml">
<!ENTITY RFC1123 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.1123.xml">
<!ENTITY RFC2045 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.2045.xml">
<!ENTITY RFC2046 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.2046.xml">
<!ENTITY RFC2119 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.2119.xml">
Expand Down Expand Up @@ -622,12 +622,12 @@
representation for an Internet hostname as follows:
<list style="hanging">
<t hangText="hostname:">
As defined by <xref target="RFC1034">RFC 1034, section 3.1</xref>,
As defined by <xref target="RFC1123">RFC 1123, section 2.1</xref>,
including host names produced using the Punycode algorithm
specified in <xref target="RFC5891">RFC 5891, section 4.4</xref>.
</t>
<t hangText="idn-hostname:">
As defined by either RFC 1034 as for hostname, or an
As defined by either RFC 1123 as for hostname, or an
internationalized hostname as defined by
<xref target="RFC5890">RFC 5890, section 2.3.2.3</xref>.
</t>
Expand Down Expand Up @@ -1062,7 +1062,7 @@
<!-- References Section -->
<references title="Normative References">
&RFC2119;
&RFC1034;
&RFC1123;
&RFC2045;
&RFC2046;
&RFC2673;
Expand Down

0 comments on commit ee2f7f1

Please sign in to comment.