|
10 | 10 | <!ENTITY RFC3987 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.3987.xml">
|
11 | 11 | <!ENTITY RFC4291 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.4291.xml">
|
12 | 12 | <!ENTITY RFC5322 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.5322.xml">
|
| 13 | +<!ENTITY RFC5890 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.5890.xml"> |
| 14 | +<!ENTITY RFC5891 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.5891.xml"> |
13 | 15 | <!ENTITY RFC6570 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.6570.xml">
|
14 | 16 | <!ENTITY RFC6901 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.6901.xml">
|
15 | 17 | <!ENTITY RFC7159 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.7159.xml">
|
|
961 | 963 | section 3.4.1</xref>.
|
962 | 964 | </t>
|
963 | 965 | </section>
|
964 |
| - <section title="hostname"> |
| 966 | + <section title="Host and ___domain names"> |
965 | 967 | <t>
|
966 |
| - This attribute applies to string instances. |
| 968 | + These attributes apply to string instances. |
967 | 969 | </t>
|
968 | 970 | <t>
|
969 |
| - A string instance is valid against this attribute if it is a valid |
970 |
| - representation for an Internet host name, as defined by <xref |
971 |
| - target="RFC1034">RFC 1034, section 3.1</xref>. |
| 971 | + A string instance is valid against these attributes if it is a valid |
| 972 | + representation for an Internet host name as follows: |
| 973 | + <list style="hanging"> |
| 974 | + <t hangText="hostname"> |
| 975 | + As defined by <xref target="RFC1034">RFC 1034, section 3.1</xref>, |
| 976 | + including host names produced using the Punycode algorithm |
| 977 | + specified in <xref target="RFC5891">RFC 5891, section 4.4</xref>. |
| 978 | + </t> |
| 979 | + <t hangText="idn"> |
| 980 | + As defined by either RFC 1034 as for hostname, or an |
| 981 | + internationalized ___domain name as defined by |
| 982 | + <xref target="RFC5890">RFC 5890, section 2.3.2.3</xref>. |
| 983 | + </t> |
| 984 | + </list> |
972 | 985 | </t>
|
973 | 986 | </section>
|
974 | 987 |
|
|
1225 | 1238 | &RFC3986;
|
1226 | 1239 | &RFC3987;
|
1227 | 1240 | &RFC4291;
|
| 1241 | + &RFC5890; |
| 1242 | + &RFC5891; |
1228 | 1243 | &RFC6570;
|
1229 | 1244 | &RFC6901;
|
1230 | 1245 | &RFC7159;
|
|
0 commit comments