[IndexedDB] Isolation mode -- edit

In the changeset I commited on 20 April, I had this change for the last sentence of step 4 of the description of the lifetime of a transaction in section 3.1.7: [1]

Previous:
Similarly, the isolation mode ensure that it doesn't matter which order requests placed against different transactions are executed.

Changed To:
Similarly, the transaction mode ensures that the order of requests placed against different transactions has no effect with respect to execution order.

The concept we're trying to convey is not clear to me. Pablo thought that it might be better to simply remove the entire sentence, but he asked that I check with the group. Does anyone have any concern that removing that sentence would omit some important information? 

Thanks,

Eliot

[1] http://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html#dfn-transaction-lifetime

Received on Thursday, 21 April 2011 21:51:49 UTC