|
912 | 912 | Implementations supporting formats SHOULD implement support for
|
913 | 913 | the following attributes:
|
914 | 914 | <list style="hanging">
|
915 |
| - <t hangText="date-time"> |
| 915 | + <t hangText="date-time:"> |
916 | 916 | A string instance is valid against this attribute if it is
|
917 | 917 | a valid representation according to the "date-time" production.
|
918 | 918 | </t>
|
919 |
| - <t hangText="date"> |
| 919 | + <t hangText="date:"> |
920 | 920 | A string instance is valid against this attribute if it is
|
921 | 921 | a valid representation according to the "full-date" production.
|
922 | 922 | </t>
|
923 |
| - <t hangText="time"> |
| 923 | + <t hangText="time:"> |
924 | 924 | A string instance is valid against this attribute if it is
|
925 | 925 | a valid representation according to the "full-time" production.
|
926 | 926 | </t>
|
|
953 | 953 | A string instance is valid against these attributes if it is a valid
|
954 | 954 | Internet email address as follows:
|
955 | 955 | <list style="hanging">
|
956 |
| - <t hangText="email"> |
| 956 | + <t hangText="email:"> |
957 | 957 | As defined by <xref target="RFC5322">RFC 5322, section 3.4.1</xref>.
|
958 | 958 | </t>
|
959 |
| - <t hangText="idn-email"> |
| 959 | + <t hangText="idn-email:"> |
960 | 960 | As defined by <xref target="RFC6531">RFC 6531</xref>
|
961 | 961 | </t>
|
962 | 962 | </list>
|
|
972 | 972 | A string instance is valid against these attributes if it is a valid
|
973 | 973 | representation for an Internet hostname as follows:
|
974 | 974 | <list style="hanging">
|
975 |
| - <t hangText="hostname"> |
| 975 | + <t hangText="hostname:"> |
976 | 976 | As defined by <xref target="RFC1034">RFC 1034, section 3.1</xref>,
|
977 | 977 | including host names produced using the Punycode algorithm
|
978 | 978 | specified in <xref target="RFC5891">RFC 5891, section 4.4</xref>.
|
979 | 979 | </t>
|
980 |
| - <t hangText="idn-hostname"> |
| 980 | + <t hangText="idn-hostname:"> |
981 | 981 | As defined by either RFC 1034 as for hostname, or an
|
982 | 982 | internationalized hostname as defined by
|
983 | 983 | <xref target="RFC5890">RFC 5890, section 2.3.2.3</xref>.
|
|
996 | 996 | A string instance is valid against these attributes if it is a valid
|
997 | 997 | representation of an IP address as follows:
|
998 | 998 | <list style="hanging">
|
999 |
| - <t hangText="ipv4"> |
| 999 | + <t hangText="ipv4:"> |
1000 | 1000 | An IPv4 address according to the "dotted-quad" ABNF
|
1001 | 1001 | syntax as defined in
|
1002 | 1002 | <xref target="RFC2673">RFC 2673, section 3.2</xref>.
|
1003 | 1003 | </t>
|
1004 |
| - <t hangText="ipv6"> |
| 1004 | + <t hangText="ipv6:"> |
1005 | 1005 | An IPv6 address as defined in
|
1006 | 1006 | <xref target="RFC4291">RFC 4291, section 2.2</xref>.
|
1007 | 1007 | </t>
|
|
1015 | 1015 | </t>
|
1016 | 1016 | <t>
|
1017 | 1017 | <list style="hanging">
|
1018 |
| - <t hangText="uri"> |
| 1018 | + <t hangText="uri:"> |
1019 | 1019 | A string instance is valid against this attribute if it is
|
1020 | 1020 | a valid URI, according to <xref target="RFC3986"/>.
|
1021 | 1021 | </t>
|
1022 |
| - <t hangText="uri-reference"> |
| 1022 | + <t hangText="uri-reference:"> |
1023 | 1023 | A string instance is valid against this attribute if it is a valid URI
|
1024 | 1024 | Reference (either a URI or a relative-reference),
|
1025 | 1025 | according to <xref target="RFC3986"/>.
|
1026 | 1026 | </t>
|
1027 |
| - <t hangText="iri"> |
| 1027 | + <t hangText="iri:"> |
1028 | 1028 | A string instance is valid against this attribute if it is
|
1029 | 1029 | a valid IRI, according to <xref target="RFC3987"/>.
|
1030 | 1030 | </t>
|
1031 |
| - <t hangText="iri-reference"> |
| 1031 | + <t hangText="iri-reference:"> |
1032 | 1032 | A string instance is valid against this attribute if it is a valid IRI
|
1033 | 1033 | Reference (either an IRI or a relative-reference),
|
1034 | 1034 | according to <xref target="RFC3987"/>.
|
|
1059 | 1059 | </t>
|
1060 | 1060 | <t>
|
1061 | 1061 | <list style="hanging">
|
1062 |
| - <t hangText="json-pointer"> |
| 1062 | + <t hangText="json-pointer:"> |
1063 | 1063 | A string instance is valid against this attribute if it
|
1064 | 1064 | is a valid JSON string representation of a JSON Pointer,
|
1065 | 1065 | according to <xref target="RFC6901">RFC 6901, section 5</xref>.
|
1066 | 1066 | </t>
|
1067 |
| - <t hangText="relative-json-pointer"> |
| 1067 | + <t hangText="relative-json-pointer:"> |
1068 | 1068 | A string instance is valid against this attribute if it is a valid
|
1069 | 1069 | <xref target="relative-json-pointer">Relative JSON Pointer</xref>.
|
1070 | 1070 | </t>
|
|
0 commit comments