- From: <bugzilla@jessica.w3.org>
- Date: Tue, 06 Mar 2012 02:19:17 +0000
- To: public-webapps@w3.org
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: dave.null@w3.org ReportedBy: israelh@microsoft.com QAContact: public-webapps-bugzilla@w3.org CC: mike@w3.org, public-webapps@w3.org 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.
Received on Tuesday, 6 March 2012 02:19:19 UTC