[w3c/IndexedDB] open/deleteDatabase error events are cancelable in implementations (#164)

The spec defines the error events thrown from open() and deleteDatabase() with cancelable false, but implementations have this as true. Align the spec with reality.

Also:
* Make various overly detailed asides into details with summaries - for "why aren't the normal fire a success/error event steps used?", and to explain why the name and version getters are convoluted.
* Fix the autolinking for deleteIndex
* Flesh out the change history with recent big changes.

Tests: https://github.com/w3c/web-platform-tests/pull/5108
You can view, comment on, or merge this pull request online at:

  https://github.com/w3c/IndexedDB/pull/164

-- Commit Summary --

  * open/deleteDatabase error events are cancelable in implementations

-- File Changes --

    M index.bs (124)
    M index.html (467)

-- Patch Links --

https://github.com/w3c/IndexedDB/pull/164.patch
https://github.com/w3c/IndexedDB/pull/164.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/pull/164

Received on Thursday, 9 March 2017 21:09:06 UTC