Re: Proposal for adding variable declaration blocks

David Hyatt wrote:

> (b) Make up a selector "annotation" notation
> 
> h1 includes headers {
>   font-size: 24px;
> }
>
> I believe (b) is the most elegant notation. 

I think it's the worst one. You want legacy browsers to fallback
to 'font-size: 24px' and for legacy browsers, the rule matches
headers elements contained in an includes element contained in
an h1... In summary, not at all h1 { font-size: 24px; }

</Daniel>

Received on Tuesday, 1 July 2008 22:24:09 UTC