[Bug 25088] 'orientationchange' should fire on Window so that there can be a <body> event handler for it

https://www.w3.org/Bugs/Public/show_bug.cgi?id=25088

--- Comment #6 from Ian 'Hixie' Hickson <ian@hixie.ch> ---
I use <body onfoo=""> to hook Window event listeners all the time, FWIW.

Anyway, sounds like this spec should subsume the legacy non-standard API
(ideally in a backwards-compatible fashion that augments the legacy, but
failing that, by replacing the legacy API with a new non-conflicting one), so
that we end up with just one API. Either way, it doesn't seem to be a problem
to reuse the event handler here, since as Jonas says, surely the events would
fire at the same time.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 25 March 2014 17:07:14 UTC