@@ -437,12 +437,7 @@ These attributes apply to string instances.
437437A string instance is valid against these format values if it is a valid Internet
438438email address as follows:
439439
440- - * email:* As defined by the "Mailbox" ABNF rule in [ RFC 5321, section
441- 4.1.2] ( https://www.rfc-editor.org/info/rfc5321 ) .
442- - * idn-email:* As defined by the extended "Mailbox" ABNF rule in [ RFC 6531,
443- section 3.3] ( https://www.rfc-editor.org/info/rfc6531 ) . Note that all strings
444- valid against the "email" attribute are also valid against the "idn-email"
445- attribute.
440+ - * email:* As defined by the "Mailbox" ABNF rule in [ RFC 5321, section 4.1.2] ( https://www.rfc-editor.org/info/rfc5321 ) .
446441
447442#### Hostnames
448443
@@ -451,15 +446,7 @@ These attributes apply to string instances.
451446A string instance is valid against these attributes if it is a valid
452447representation for an Internet hostname as follows:
453448
454- - * hostname:* As defined by
455- [ RFC 1123, section 2.1] ( https://www.rfc-editor.org/info/rfc1123 ) , including
456- host names produced using the Punycode algorithm specified in [ RFC 5891,
457- section 4.4] ( https://www.rfc-editor.org/info/rfc5891 ) .
458- - * idn-hostname:* As defined by either RFC 1123 as for hostname, or an
459- internationalized hostname as defined by [ RFC 5890, section
460- 2.3.2.3] ( https://www.rfc-editor.org/info/rfc5890 ) . Note that all strings valid
461- against the "hostname" attribute are also valid against the "idn-hostname"
462- attribute.
449+ - * hostname:* As defined by [ RFC 1123, section 2.1] ( https://www.rfc-editor.org/info/rfc1123 ) .
463450
464451#### IP Addresses
465452
0 commit comments