- From: Ian Hickson <ian@hixie.ch>
- Date: Wed, 20 Feb 2008 21:37:01 +0000 (UTC)
On Fri, 19 Nov 2004, Christoph P?per wrote: > *Henri Sivonen* <hsivonen at iki.fi>: > > On Nov 18, 2004, at 21:48, Matthew Raymond wrote: > > > > > | h2, section[level=2] h { /* H2 styling */ } > > > > Isn't the whole point of nested <section>s that you don't need a level > > attribute (...) > > That's what I thought. A level shortcut in CSS selectors (a pseudo-class) > could be nice, though, such that you don't have to write > > section section section section section {} > > but just something like > > section:nested-self(4) {} > > or > > section:min-nested-self(4) {} This may be something to propose to the CSS working group. -- Ian Hickson U+1047E )\._.,--....,'``. fL http://ln.hixie.ch/ U+263A /, _.. \ _\ ;`._ ,. Things that are impossible just take longer. `._.-(,_..'--(,_..'`-.;.'
Received on Wednesday, 20 February 2008 13:37:01 UTC