diff --git a/level-2/index.html b/level-2/index.html index b4d5300..6f3b015 100644 --- a/level-2/index.html +++ b/level-2/index.html @@ -450,6 +450,43 @@

+
  • If the implementation does not support filtering on MIME + types: +
      +
    1. For each criterion in + bucket["accept"]: +
        +
      1. If criterion is + type/subtype or + type/*, and the implementation + associates criterion with one or more file + extensions, append those file extensions to + bucket["accept"]. +
      2. +
      +
    2. +
    +
  • +
  • If the implementation does not support filtering on file + extensions: +
      +
    1. For each criterion in + bucket["accept"]: +
        +
      1. If criterion is a string whose first + character is a U+002E FULL STOP character (.), and the + implementation associates the file extension + criterion with a MIME type, append that MIME + type to bucket["accept"]. +
      2. +
      +
    2. +
    +
  • If bucket["accept"] is empty, issue a developer