diff --git a/index.bs b/index.bs index e30cafe..9d4b599 100644 --- a/index.bs +++ b/index.bs @@ -4361,6 +4361,10 @@ interface IDBKeyRange { }; + +
range . {{IDBKeyRange/lower}}
@@ -4517,7 +4521,7 @@ The bound(|lower|, |upper|, |lowerOpen|,
-The includes(|key|) method, when +The includes(|key|) method, when invoked, must run these steps: 1. Let |k| be the result of running the steps to [=convert a