spec/Overview.html 1.1908 2738 Filling in the rendering section: editor

Filling in the rendering section: editorial fixes. (whatwg r2738)

10.3.5 Fonts and colors
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1908.html#fonts-and-colors

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1907&r2=1.1908&f=h
http://html5.org/tools/web-apps-tracker?from=2737&to=2738

===================================================================
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:28:53 UTC