[html5] r2738 - [] (0) Filling in the rendering section: editorial fixes.

whatwg at whatwg.org whatwg at whatwg.org
Mon Feb 2 03:25:29 PST 2009


Author: ianh
Date: 2009-02-02 03:25:28 -0800 (Mon, 02 Feb 2009)
New Revision: 2738

Modified:
   index
   source
Log:
[] (0) Filling in the rendering section: editorial fixes.

Modified: index
===================================================================
--- index	2009-02-02 11:18:40 UTC (rev 2737)
+++ index	2009-02-02 11:25:28 UTC (rev 2738)
@@ -55901,7 +55901,8 @@
   <code><a href=#the-section-element>section</a></code> elements, then the following rules capture what
   is expected:</p>
 
-  <pre class=css><var title="">x</var> h1 { font-size: 1.05em; }
+  <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; }

Modified: source
===================================================================
--- source	2009-02-02 11:18:40 UTC (rev 2737)
+++ source	2009-02-02 11:25:28 UTC (rev 2738)
@@ -61122,7 +61122,8 @@
   <code>section</code> elements, then the following rules capture what
   is expected:</p>
 
-  <pre class="css"><var title="">x</var> h1 { font-size: 1.05em; }
+  <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; }




More information about the Commit-Watchers mailing list