Description
Section 4.1 states:
A MIME type represents an internet media type as defined by Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types. It can also be referred to as a MIME type record. [MIMETYPE]
Note: Standards are encouraged to consistently use the term MIME type to avoid confusion with the use of media type as described in Media Queries. [MEDIAQUERIES]
However, RFC 2046 ("[MIMETYPE]") does not define the term "internet media type".
This definition of "MIME type" was introduced in cc81ec4.
Previously, the corresponding text read:
The MIME type of a resource is a technical hint about the use and format
of that resource. [MIMETYPE]Note: A MIME type is sometimes called an Internet media type in protocol literature, but
consistently using the term MIME type avoids confusion with the use of "media type" as
described in the Media Queries CSS specification. [MEDIAQUERIES-4]
(Both before and after this change, the media-type production in RFC 7231 is used to define a "valid MIME type (string)", which is a separate concept.)