diff --git a/mimesniff.bs b/mimesniff.bs index 5c773c9..7805725 100644 --- a/mimesniff.bs +++ b/mimesniff.bs @@ -322,7 +322,7 @@ a valid MIME type string that does not contain U+003B (;).

Given text/html;charset="shift_jis"iso-2022-jp you end up with - text/html;charset=shift_jis. + text/html; charset=shift_jis.

  • @@ -385,7 +385,7 @@ these steps: parameters:
      -
    1. Append U+003B (;) to serialization. +

    2. Append U+003B (;) followed by U+0020 SPACE to serialization.

    3. Append name to serialization.