On 02/15/2011 12:44 PM, Philip Jägenstedt wrote:
On Tue, 15 Feb 2011 19:13:26 +0100, David Flanagan
<[email protected]> wrote:
What about Document and Window? What's the justification for defining
the media event handler attributes on those objects?
Huh, it is on Window, I hadn't seen that before. They were added in
http://html5.org/r/3005 but I can't say I understand why.
I can't see it on Document in Web DOM Core, though, am I missing something?
Sorry, I meant HTMLDocument:
http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#documents
Looks like they were added to HTMLDocument in the same change set.
David