Re: CSS Hierarchies / Selector Nesting Proposal

On 6/2/11 11:48 AM, Brad Kemper wrote:
> OK, I see the issue now. By inserting the ampersand token, you are being more explicit with regard to space handing.

Yeah, the use of ' ' as a combinator is sort of killing us here.  :(

> If the use case for each of those two examples is equally strong

I think that the use cases for the "#foo.bar" and "#foo .bar" selectors 
are equally strong, yeah.  They're both pretty commonly used.  For 
":hover" instead of ".bar" the use case for the descendant combinator is 
less strong, but I don't think we should have different parsing rules 
for ":hover" and ".bar" here.

-Boris

Received on Thursday, 2 June 2011 16:09:46 UTC