- From: Daniel Glazman <daniel.glazman@disruptive-innovations.com>
- Date: Wed, 02 Jul 2008 00:23:28 +0200
- To: David Hyatt <hyatt@apple.com>
- Cc: "www-style@w3.org list" <www-style@w3.org>
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