IDBOpenDBRequest Error event - typo in spec?

Hi WG,
When there is an error while opening up a DB, the interface
IDBOpenDBRequest triggers the onerror event with an Event interface that
has error details. Looks like this event can be cancelled in the actual
implementation. But the spec seems to be just opposite, so i'm not sure if
there is a typo with this statement "The event does bubble but is not
cancelable".

Chrome and Firefox implementation shows its cancelable.

https://www.w3.org/TR/IndexedDB/#widl-IDBFactory-open-IDBOpenDBRequest-DOMString-name-unsigned-long-long-version

If my understanding is wrong, please provide me some details. Thank you!


””””””””””””””””””””””””””
thanks & regards,
sureshkm@

Received on Monday, 29 August 2016 08:48:37 UTC