Short URL: http://html5.org/r/2738
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 2738 | Filling in the rendering section: editorial fixes. | 2009-02-02 11:25 |
Index: source
===================================================================
--- source (revision 2737)
+++ source (revision 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; }