[Bug 16467] New: [IndexedDB] [editorial] remove spurious IDBVersionChangeRequest-sentence

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

           Summary: [IndexedDB] [editorial] remove spurious
                    IDBVersionChangeRequest-sentence
           Product: WebAppsWG
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Indexed Database API
        AssignedTo: dave.null@w3.org
        ReportedBy: odinho@opera.com
         QAContact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, public-webapps@w3.org


deleteDatabase
---------------
http://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html#widl-IDBFactory-deleteDatabase-IDBOpenDBRequest-DOMString-name

When invoked, this method must create a request and return it. The created
request must implement the IDBOpenDBRequest interface and have its source set
to null. 

**The created request has no source and must implement the
IDBVersionChangeRequest interface.**

The method then queues up an operation to run the steps for deleting a
database. Let origin be the origin of the IDBEnvironment used to access this
IDBFactory and name be the name parameter passed to this function.


"versionchange" transaction steps
---------------------------------
http://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html#versionchange--transaction-steps

  4. Wait until either all objects in openDatabases are closed and all of their
transactions are finished.

I think it should read:

  4. Wait until all objects in openDatabases are closed and all of their
transactions are finished.

---- jump ----

  11. Follow the normal steps for executing a transaction and let the
transaction finish normally.

Is anything interesting actually happening here? I'm not quite sure what the
normal steps are, -- only running it I guess, but only reading a bare spec it
feels a bit confusing. Maybe only say Execute the transaction, -- or specify
what those normal steps you do to do it actually is?

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 21 March 2012 16:31:22 UTC