- From: Ian Hickson <ian@hixie.ch>
- Date: Wed, 29 Apr 2009 22:25:04 +0000 (UTC)
- To: Simon Pieters <simonp@opera.com>
- Cc: "public-html@w3.org" <public-html@w3.org>
On Wed, 29 Apr 2009, Simon Pieters wrote: > > The spec says: > > "The article, aside, nav, and section elements are expected to affect > the styling of h1 elements, based on the nesting depth. If x is a > selector that matches elements that are either article, aside, nav, or > section elements, then the following rules capture what is expected: > > @namespace url(http://www.w3.org/1999/xhtml); > > x h1 { font-size: 1.50em; } > x x h1 { font-size: 1.17em; } > x x x h1 { font-size: 1.00em; } > x x x x h1 { font-size: 0.83em; } > x x x x x h1 { font-size: 0.67em; }" > > This will not use the same margins as h2-h6 use. Fixed. -- Ian Hickson U+1047E )\._.,--....,'``. fL http://ln.hixie.ch/ U+263A /, _.. \ _\ ;`._ ,. Things that are impossible just take longer. `._.-(,_..'--(,_..'`-.;.'
Received on Wednesday, 29 April 2009 22:25:38 UTC