https://www.w3.org/Bugs/Public/show_bug.cgi?id=16233
Summary: Wrong description for lowerBound() and upperBound()
methods
Product: WebAppsWG
Version: unspecified
Platform: PC
OS/Version: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: Indexed Database API
AssignedTo: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
CC: [email protected], [email protected]
The spec currently says:
* lowerBound - Creates and returns a new key range with lower set to lower,
lowerOpen set to open, upper set to undefined and and upperOpen set to true.
* upperBound - Creates and returns a new key range with lower set to undefined,
lowerOpen set to true, upper set to value and and upperOpen set to open.
It should say the following in order to match the interface definition (change
lower to bound and value to bound, respectively):
* lowerBound - Creates and returns a new key range with lower set to bound,
lowerOpen set to open, upper set to undefined and and upperOpen set to true.
* upperBound - Creates and returns a new key range with lower set to undefined,
lowerOpen set to true, upper set to bound and and upperOpen set to open.
--
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.