- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 02 Feb 2009 11:25:36 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv19359 Modified Files: Overview.html Log Message: Filling in the rendering section: editorial fixes. (whatwg r2738) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1907 retrieving revision 1.1908 diff -u -d -r1.1907 -r1.1908 --- Overview.html 2 Feb 2009 11:18:46 -0000 1.1907 +++ Overview.html 2 Feb 2009 11:25:33 -0000 1.1908 @@ -46084,7 +46084,8 @@ of <code><a href=#the-h1-h2-h3-h4-h5-and-h6-elements>h1</a></code> elements, based on the nesting depth. If <var title="">x</var> is a selector that matches elements that are either <code><a href=#the-article-element>article</a></code>, <code><a href=#the-aside-element>aside</a></code>, <code><a href=#the-nav-element>nav</a></code>, or <code><a href=#the-section-element>section</a></code> elements, then the following rules capture what - is expected:<pre class=css><var title="">x</var> h1 { font-size: 1.05em; } + is expected:<pre class=css>@namespace url(http://www.w3.org/1999/xhtml); +<var title="">x</var> h1 { font-size: 1.05em; } <var title="">x</var> <var title="">x</var> h1 { font-size: 1.17em; } <var title="">x</var> <var title="">x</var> <var title="">x</var> h1 { font-size: 1.00em; } <var title="">x</var> <var title="">x</var> <var title="">x</var> <var title="">x</var> h1 { font-size: 0.83em; }
Received on Monday, 2 February 2009 11:25:44 UTC