- From: Boris Zbarsky <bzbarsky@mit.edu>
- Date: Sun, 01 Oct 2006 17:16:15 -0500
- To: Jo-W <jowie.1337@gmail.com>
- CC: www-style@w3.org
Jo-W wrote:
> I propose a "applies-to" selector:
>
> writing:
> div |p| span { ... }
>
> would apply the css code on the <p> element instead of the <span> element.
>
> This should not have the same inefficiency
Actually, it would. It's exactly equivalent to some of the other proposals from
a logical standpoint. Just changing the syntax doesn't change the work that
needs to be done.
-Boris
Received on Sunday, 1 October 2006 22:16:25 UTC