RFC Errata
RFC 2557, "MIME Encapsulation of Aggregate Documents, such as HTML (MHTML)", March 1999
Source of RFC: mhtml (app)See Also: RFC 2557 w/ inline errata
Errata ID: 8566
Status: Verified
Type: Editorial
Publication Format(s) : TEXT
Reported By: David Ritchie
Date Reported: 2025-09-07
Verifier Name: RFC Editor
Date Verified: 2025-09-09
Section 9.6 says:
The image reference below cannot be resolved within this
MIME message, since it contains a reference from an outside
body part to an inside body part, which is not supported
by this standard.
<IMG SRC=images/ietflogo2e.gif"
ALT="IETF logo with transparent background">
It should say:
The image reference below cannot be resolved within this
MIME message, since it contains a reference from an outside
body part to an inside body part, which is not supported
by this standard.
<IMG SRC="images/ietflogo2e.gif"
ALT="IETF logo with transparent background">
Notes:
Unbalanced double qoutes in value for SRC attribute. Both images/ietflogo2e.gif
and "images/ietflogo2e.gif" are valid. Quoted version is consistent with other attribute values in this document.
