diff --git a/index.bs b/index.bs index a4b2ccc..ee3dcaf 100644 --- a/index.bs +++ b/index.bs @@ -618,14 +618,14 @@ A [=/key=] has an associated type which is one of: *string*, *binary*, or -*array*. +*composite*. A [=/key=] also has an associated value, which will be either: an {{unrestricted double}} if type is *number* or *date*, a {{DOMString}} if type is *string*, a [=byte sequence=] if type is *binary*, -or a [=/list=] of other [=/keys=] if type is *array*. +or a [=/list=] of other [=/keys=] if type is *composite*. @@ -650,9 +650,9 @@ following the steps to [=convert a value to a key=]. will fail. -An array key is a [=/key=] with [=key/type=] *array*. -The subkeys of an [=array key=] are the [=list/items=] of the -[=array key=]'s [=key/value=]. +An composite key is a [=/key=] with [=key/type=] *composite*. +The subkeys of an [=composite key=] are the [=list/items=] of the +[=composite key=]'s [=key/value=].
@@ -664,8 +664,8 @@ To compare two keys |a| and |b|, run these steps: 1. If |ta| does not equal |tb|, then run these steps: - 1. If |ta| is *array*, then return 1. - 1. If |tb| is *array*, then return -1. + 1. If |ta| is *composite*, then return 1. + 1. If |tb| is *composite*, then return -1. 1. If |ta| is *binary*, then return 1. 1. If |tb| is *binary*, then return -1. 1. If |ta| is *string*, then return 1. @@ -700,7 +700,7 @@ To compare two keys |a| and |b|, run these steps: 1. If |vb| is [=byte less than=] |va|, then return 1. 1. Return 0. - : *array* + : *composite* :: 1. Let |length| be the lesser of |va|'s [=list/size=] and |vb|'s [=list/size=]. 1. Let |i| be 0. @@ -735,9 +735,9 @@ of [=/comparing two keys=] with |a| and |b| is 0. *Number* keys are less than *date* keys. *Date* keys are less than *string* keys. *String* keys are less than *binary* keys. - *Binary* keys are less than *array* keys. + *Binary* keys are less than *composite* keys. There is no highest possible [=/key=] value. - This is because an array of any candidate highest [=/key=] + This is because a *composite* key of any candidate highest [=/key=] followed by another [=/key=] is even higher. @@ -861,8 +861,8 @@ object store fails. An [=/index=] has a multiEntry flag. This flag affects how the index behaves when the result of evaluating the index's -[=index/key path=] yields an [=array key=]. If its [=index/multiEntry flag=] -is false, then a single [=object-store/record=] whose [=/key=] is an [=array key=] +[=index/key path=] yields an [=composite key=]. If its [=index/multiEntry flag=] +is false, then a single [=object-store/record=] whose [=/key=] is an [=composite key=] is added to the index. If its [=index/multiEntry flag=] is true, then one [=object-store/record=] is added to the index for each of the [=subkeys=]. @@ -1605,7 +1605,7 @@ be updated. Only specified keys of [=key/type=] *number* can affect the [=key generator/current number=] of the key generator. Keys of [=key/type=] - *date*, *array* (regardless of the other keys they + *date*, *composite* (regardless of the other keys they contain), *binary*, or *string* (regardless of whether they could be parsed as numbers) have no effect on the [=key generator/current number=] of the key generator. Keys of [=key/type=] @@ -5672,14 +5672,14 @@ To store a record into an object store with 1. If |index|'s [=index/multiEntry flag=] is false, or if |index key| - is not an [=array key=], and if |index| already contains a + is not an [=composite key=], and if |index| already contains a [=object-store/record=] with [=/key=] [=equal to=] |index key|, and |index|'s [=index/unique flag=] is true, then this operation failed with a "{{ConstraintError}}" {{DOMException}}. Abort this algorithm without taking any further steps. 1. If |index|'s [=index/multiEntry flag=] is true and |index key| is - an [=array key=], and if |index| already contains a + an [=composite key=], and if |index| already contains a [=object-store/record=] with [=/key=] [=equal to=] any of the [=subkeys=] of |index key|, and |index|'s [=index/unique flag=] is true, then this operation failed with a @@ -5687,14 +5687,14 @@ To store a record into an object store with further steps. 1. If |index|'s [=index/multiEntry flag=] is false, or if |index key| - is not an [=array key=] then store a record in |index| + is not an [=composite key=] then store a record in |index| containing |index key| as its key and |key| as its value. The record is stored in |index|'s [=index/list of records=] such that the list is sorted primarily on the records keys, and secondarily on the records values, in [=ascending=] order. 1. If |index|'s [=index/multiEntry flag=] is true and |index key| is - an [=array key=], then for each |subkey| of the + an [=composite key=], then for each |subkey| of the [=subkeys=] of |index key| store a record in |index| containing |subkey| as its key and |key| as its value. The records are stored in |index|'s [=index/list of @@ -5708,10 +5708,10 @@ To store a record into an object store with 1. Return |key|. @@ -6384,7 +6384,7 @@ The steps return an ECMAScript value. in |value|. 1. Return |buffer|. - : *array* + : *composite* :: 1. Let |array| be the result of executing the ECMAScript Array constructor with no arguments. @@ -6462,7 +6462,7 @@ steps may throw an exception. 1. Return a new [=/key=] with [=key/type=] *binary* and [=key/value=] |bytes|. - + : If |input| is an [=/Array exotic object=] :: 1. Let |len| be [=?=] [=ToLength=]( [=?=] [=Get=](|input|, @@ -6491,7 +6491,7 @@ steps may throw an exception. 1. Increase |index| by 1. - 1. Return a new [=array key=] with [=key/value=] + 1. Return a new [=composite key=] with [=key/value=] |keys|. @@ -6535,7 +6535,7 @@ steps may throw an exception. 1. Increase |index| by 1. - 1. Return a new [=array key=] with [=key/value=] set to |keys|. + 1. Return a new [=composite key=] with [=key/value=] set to |keys|. 1. Otherwise, return the result of [=/converting a value to a key=] with argument |input|. @@ -6549,7 +6549,7 @@ steps may throw an exception. not be converted to keys are ignored, and duplicates are removed. For example, the value `[10, 20, null, 30, 20]` is - converted to an [=array key=] with [=subkeys=] 10, 20, 30. + converted to an [=composite key=] with [=subkeys=] 10, 20, 30.