Re: Proposal for adding variable declaration blocks

On Jul 1, 2008, at 5:23 PM, Daniel Glazman wrote:

> 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>

Ok sounds like the property approach is the favorite.

dave

Received on Tuesday, 1 July 2008 22:35:14 UTC