- From: Paul Norman <penorman@mac.com>
- Date: Mon, 6 Dec 2004 07:35:02 -0800
- To: David Latapie <david@goddess-gate.com>
- Cc: www-style@w3.org
On 6-Dec-04, at 7:25 AM, David Latapie wrote:
> Le 6 déc. 04, à 13:03, Slalomsk8er@solnet.ch a écrit :
>>
>> Hallo,
>>
>> I miss some things in CSS.
>
> As for me, I would like to have a command like
> "every inline element"
> "every block element"
The problem with this (and other proposed selectors that rely on the
settings of
CSS properties) is that you run into a problem when you have a
statement like
*:inline {
display: block;
}
*:block {
display: inline;
}
(with hypothetical :block and :inline selectors)
Received on Monday, 6 December 2004 15:35:36 UTC