diff --git a/source b/source index 291c45fff57..1facba783ec 100644 --- a/source +++ b/source @@ -64742,7 +64742,7 @@ fur data-x="encode">encoding the corresponding entry's name or value with encoding, converted to a byte sequence.

-
  • For field names and filenames for file fields, the result of the encoding in the +

  • For all field names, as well as filenames for file fields, the result of the encoding in the previous bullet point must be escaped by replacing any 0x0A (LF) bytes with the byte sequence `%0A`, 0x0D (CR) with `%0D` and 0x22 (") with `%22`. The user agent must not perform any other escapes.