[Bug 18502] [IndexedDB] Editorial: Wording around IDBFactory.open() with no version misleading

https://www.w3.org/Bugs/Public/show_bug.cgi?id=18502

--- Comment #1 from Joshua Bell <jsbell@chromium.org> ---
Here's how I think this needs to be fixed:

In both 3.2.3 IDBFactory.open and 3.3.1 IDBFactorySync.open, add this to the
end of the first paragraph:

"If no /version/ argument was passed to this function, let /version/ be
|undefined|."

And delete the second paragraph, "If no version.... without object stores."

Then in 4.1 Opening a database, insert a new step between steps 4 and 5:

X. If /version/ is |undefined|, then let /version/ be 1 if /db/ was created in
the previous step, or the current _version_ of /db/ otherwise.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 19 February 2013 23:52:47 UTC