RE: Selectors, vendor prefixes (again...) and IE9

> From: Daniel Glazman [mailto:daniel.glazman@disruptive-innovations.com]
> Sent: Sunday, May 16, 2010 8:01 AM
> To: Anne van Kesteren
> Cc: Sylvain Galineau; www-style@w3.org
> Subject: Re: Selectors, vendor prefixes (again...) and IE9
> 
> Le 16/05/10 10:12, Anne van Kesteren a écrit :
> 
> > On Sun, 16 May 2010 00:22:33 +0200, Sylvain Galineau
> > <sylvaing@microsoft.com> wrote:
> >> But now, you are implicitly asking for this:
> >>
> >> #foo::-moz-selection,
> >> #foo::-ms-selection,
> >> #foo::-webkit-selection,
> >> #foo::-o-selection,
> >> #foo::selection {
> >> ....
> >> }
> >
> > FWIW: this would never work. You need a separate rule set for each of
> them.
> 
> Right. Non implemented pseudos trash the whole group of selectors.

Yikes. My bad. Well then it's even worse than I thought.

Received on Sunday, 16 May 2010 15:23:32 UTC