Re: Extending CSSOM Views matchMedium with callback

On Mon, 10 May 2010 19:44:37 +0200, Kenneth Christiansen  
<kenneth.christiansen@openbossa.org> wrote:

> Hi Simon,
>
> So what you are suggesting is a kind of
> document.addMediaRuleListener(mediaquery, listener) etc? I think that
> should be quite easy to implement.
>

That seems quite a cludge.

Should be
   addEventListener("mediaChanged", listener, false);
There is already an event model, and it would just require a new event  
type.

-- 

João Eiras
Core Developer, Opera Software ASA, http://www.opera.com/

Received on Monday, 10 May 2010 17:48:24 UTC