- From: Philip Jägenstedt <philipj@opera.com>
- Date: Wed, 11 Nov 2009 16:36:35 +0100
Since we are no longer using progress events for media elements we don't have the external requirement that abort/error shouldn't bubble. I'd like them to bubble, because: 1. error events fired on <source> will bubble to <video>, which is quite useful if one doesn't particularly care which source failed (one need not register an event handler on each individual source attribute) 2. Implementors don't have to deal with the possibility that events of the same name and type sometimes bubbles and sometimes not. 3. It's the same as for <img>, which all else equals seems nice and simple. I'll note that <video> abort/error events in Firefox already seems to bubble while they apparently don't in Safari. We'd like to align with Firefox and have the spec changed. -- Philip J?genstedt Opera Software
Received on Wednesday, 11 November 2009 07:36:35 UTC