Skip to content

Commit faa9199

Browse files
committed
Fix email RFC reference
We were referring to 5322 when we really wanted 5321. Note that the RFC we cite for idn-email, 6531, explicitly extends the syntax from 5322. This brings them into alignment.
1 parent 56b45de commit faa9199

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

jsonschema-validation.xml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<!ENTITY RFC4291 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.4291.xml">
1313
<!ENTITY RFC4329 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.4329.xml">
1414
<!ENTITY RFC4648 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.4648.xml">
15-
<!ENTITY RFC5322 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.5322.xml">
15+
<!ENTITY RFC5321 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.5321.xml">
1616
<!ENTITY RFC5890 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.5890.xml">
1717
<!ENTITY RFC5891 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.5891.xml">
1818
<!ENTITY RFC6531 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.6531.xml">
@@ -54,7 +54,7 @@
5454
</address>
5555
</author>
5656

57-
<date year="2019"/>
57+
<date year="2020"/>
5858
<workgroup>Internet Engineering Task Force</workgroup>
5959
<keyword>JSON</keyword>
6060
<keyword>Schema</keyword>
@@ -758,10 +758,12 @@
758758
Internet email address as follows:
759759
<list style="hanging">
760760
<t hangText="email:">
761-
As defined by <xref target="RFC5322">RFC 5322, section 3.4.1</xref>.
761+
As defined by the "Mailbox" ABNF rule in
762+
<xref target="RFC5321">RFC 5321, section 4.1.2</xref>.
762763
</t>
763764
<t hangText="idn-email:">
764-
As defined by <xref target="RFC6531">RFC 6531</xref>
765+
As defined by the extended "Mailbox" ABNF rule in
766+
<xref target="RFC6531">RFC 6531, section 3.3</xref>.
765767
</t>
766768
</list>
767769
Note that all strings valid against the "email" attribute are also
@@ -1302,7 +1304,7 @@
13021304
&RFC4122;
13031305
&RFC4291;
13041306
&RFC4648;
1305-
&RFC5322;
1307+
&RFC5321;
13061308
&RFC5890;
13071309
&RFC5891;
13081310
&RFC6570;

0 commit comments

Comments
 (0)