[w3c/IndexedDB] Error events from open/deleteDatabase requests - cancelable? bubbles? (#86)

For both [open](https://w3c.github.io/IndexedDB/#dom-idbfactory-open) and [deleteDatabase](https://w3c.github.io/IndexedDB/#dom-idbfactory-deletedatabase) the spec has:

> The event does bubble but is not cancelable.

In both Chrome and Firefox, the event is cancelable - why? Is this implementation bugs or spec bug?

Since there is no propagation path for these events (_An open request's get the parent algorithm returns null._) what does bubbling mean here?

-- 
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/issues/86

Received on Monday, 29 August 2016 16:55:11 UTC