diff --git a/index.html b/index.html
index 204fe64..cf9e727 100644
--- a/index.html
+++ b/index.html
@@ -144,6 +144,19 @@
|options|["{{SerialPortRequestOptions/filters}}"] run the following
steps:
+ - If |filter|["{{SerialPortFilter/bluetoothServiceClassId}}"] is
+ present:
+
+ -
+ If |filter|["{{SerialPortFilter/usbVendorId}}"] is present,
+ [=reject=] |promise| with a {{TypeError}} and return |promise|.
+
+ -
+ If |filter|["{{SerialPortFilter/usbProductId}}"] is present,
+ [=reject=] |promise| with a {{TypeError}} and return |promise|.
+
+
+
- If |filter|["{{SerialPortFilter/usbVendorId}}"] is not
present, [=reject=] |promise| with a {{TypeError}} and return
|promise|.