Re: [cssom-view] comments on StyleMedia interface

On Wed, 18 Aug 2010 16:34:02 +0200, Simon Fraser <smfr@me.com> wrote:
> I don't understand this question. You need to call removeListener() on  
> the same MediaQuery object you called addListener() on. If you call  
> addListener() twice with the same listener on the same MediaQuery, then  
> I don't think it really matters which order they are removed in.

Oops. My bad.


>> styleMedia/StyleMedia will be nuked.
>
> What happens to styleMedia.type?

It is probably not useful enough to have. We have specific events for  
printing defined in HTML5 and otherwise "screen" is effectively the only  
media type. Opera supports "projection" but it appears that is going away  
in favor of the fullscreen API proposal from Mozilla. There was "handheld"  
at some point, but supporting that breaks more sites than it fixes. And  
you can always hack support for this using the matchMediaQuery() API  
(although it will give you quite a few calls).


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

Received on Wednesday, 18 August 2010 14:51:38 UTC