Re: CSS21] CR-CSS21-20070719, 6.4.3 Selector specificity

Bert Bos wrote:
> szukw000@arcor.de wrote:
>> ---------------------------------------------
>> CSS21 counts four values in Section 6.4.3:
>>
>> a: 'style' attribute
>> b: ID attributes in the selector
>> c: other attributes and pseudo-classes
>> d: element names and pseudo-elements
>> ---------------------------------------------
>> CSS3 counts three values in Section 9:
>>
>> a: ID selectors
>> b: class selectors, attributes selectors, pseudo-classes
>> c. element
>>
>> ignore pseudo-elements
>> ---------------------------------------------
>>
>> Q1: Is the computed specificity value of CSS21 incompatible with the
>>     computed specificity value of CSS3?
>
> They always give the same result in the cases that the Selectors
> module deals with, i.e., rules that have selectors.

CSS21 counts for pseudo-elements, but CSS3 specifies "ignore
pseudo-elements". Is it the incompatible difference?


-- 
Andrei Polushin

Received on Monday, 17 September 2007 21:15:47 UTC