Re: Extending CSSOM Views matchMedium with callback

On Mon, 10 May 2010 19:47:42 +0200, João Eiras <joaoe@opera.com> wrote:
> Should be
>    addEventListener("mediaChanged", listener, false);
> There is already an event model, and it would just require a new event  
> type.

A generic event is not a good idea in my opinion. The more media features  
we add the more often it will be dispatched. Authors may not anticipate  
that. Furthermore, dispatching a bunch of viewport resizing events when  
the author is only interested in orientation change would be waste.


-- 
Anne van Kesteren
http://annevankesteren.nl/

Received on Tuesday, 11 May 2010 06:48:16 UTC