-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Description
There are two places in the HTML specification that refer to text/pdf:
RFC 8118 only defines application/pdf as does the official IANA list of registered media types. There is no text/pdf registered with IANA.
Furthermore PDFs must always be treated as binary files, not text, as they contain precise byte offsets and binary data, and altering line endings or other edits can render them invalid. This is what is defined in the latest ISO 32000-2 specification for PDF.
Please remove all mentions of text/pdf from HTML as this is invalid and incorrect.
Metadata
Metadata
Assignees
Labels
No labels