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:
+
+ - For each criterion in
+ bucket["accept"]:
+
+ - 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"].
+
+
+
+
+
+ If the implementation does not support filtering on file
+ extensions:
+
+ - For each criterion in
+ bucket["accept"]:
+
+ - 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"].
+
+
+
+
+
If bucket["accept"] is empty, issue a developer