[whatwg] Why are media event handlers defined on HTMLElement instead of HTMLMediaElement

The draft specification defines 20+ medial event handler IDL attributes 
on HTMLElement.  These events are non-bubbling and are always targeted 
at <audio> and <video> tags, so I wonder if they wouldn't be better 
defined on HTMLMediaElement instead.

	David

Received on Monday, 14 February 2011 13:54:54 UTC