This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 27544 - [IndexedDB] "and and" typo
Summary: [IndexedDB] "and and" typo
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: Indexed Database API (show other bugs)
Version: unspecified
Hardware: All All
: P2 trivial
Target Milestone: ---
Assignee: Arthur Barstow
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-09 08:32 UTC by Aleksey Kulikov
Modified: 2015-01-06 15:30 UTC (History)
5 users (show)

See Also:


Attachments

Description Aleksey Kulikov 2014-12-09 08:32:59 UTC
In description of key range https://dvcs.w3.org/hg/IndexedDB/raw-file/default/Overview.html#range-concept "and and" repeats twice:
- upper set to undefined and and upperOpen set to true.
- upper set to upper and and upperOpen set to open.
Comment 1 Joshua Bell 2014-12-09 17:21:22 UTC
Fixed in ED:

https://dvcs.w3.org/hg/IndexedDB/rev/82643a97829d

Art: should we reflect this in the PR?
Comment 2 Arthur Barstow 2014-12-09 17:25:44 UTC
Joshua - the published PR cannot be changed but assuming the PR is approved and a REC is published, we can ask for that typo to be fixed in the REC.
Comment 3 Aleksey Kulikov 2014-12-15 08:42:07 UTC
Joshua - you fixed only one "and and" typo, another one is "upper and and upperOpen set to open."
Comment 4 Joshua Bell 2014-12-15 17:45:48 UTC
Oops, thanks - missed that there were two dupes.

Fixed in ED: https://dvcs.w3.org/hg/IndexedDB/rev/fca5e5167e48
Comment 5 Philippe Le Hegaret 2015-01-06 15:30:15 UTC
This seems to have been resolved.