Re: [css3-selectors] "recursive" selectors

Andy wrote:

> In my view, your first example would make all block elements inline

At which point they are no longer blocks and the selector does not apply.

> and if the second rule followed it, would float all inline objects 
> to the right.

Which makes the computed value of their display property "block", thus 
that selector no longer applies.

> Seems pretty simple to me.

Seems like a built-in infinite loop to me.

Received on Tuesday, 29 April 2003 14:05:46 UTC