Re: CSS version selectors?

Safari does not apply the rule in 1.1 on Panther.  Maybe you were 
testing on Jaguar?

dave

On Oct 31, 2003, at 1:11 PM, Ian Hickson wrote:

>
> On Fri, 31 Oct 2003, Daniel Glazman wrote:
>>
>>    :isimplemented(<property>)
>>
>> The cool thing here is that the CSS error handling applies: if the
>> property is not implemented at all, it's not recognized at parsing,
>> and the rule is thrown away. And if :isimplemented() is not itself
>> implemented, same effect.
>
> Except that versions of Mozilla until the last few months, all 
> versions of
> Opera prior to 7.30, all versions of Safari, and all versions of WinIE,
> will happily apply the rule anyway, since they all have a bug whereby
> unknown pseudos don't drop the rule...
>
> -- 
> Ian Hickson                                      )\._.,--....,'``.    
> fL
> U+1047E                                         /,   _.. \   _\  ;`._ 
> ,.
> http://index.hixie.ch/                         
> `._.-(,_..'--(,_..'`-.;.'
>

Received on Friday, 31 October 2003 16:21:08 UTC