Short URL: http://html5.org/r/2761
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 2761 | Filling in the rendering section: <figure>, minor fixes | 2009-02-05 09:55 |
Index: source
===================================================================
--- source (revision 2760)
+++ source (revision 2761)
@@ -61360,15 +61360,16 @@
margin-top: 0; margin-bottom: 0;
}
+h1 { margin-top: 0.67em; margin-bottom; 0.67em; }
+h2 { margin-top: 0.83em; margin-bottom; 0.83em; }
+h3 { margin-top: 1.00em; margin-bottom; 1.00em; }
+h4 { margin-top: 1.33em; margin-bottom; 1.33em; }
+h5 { margin-top: 1.67em; margin-bottom; 1.67em; }
+h6 { margin-top: 2.33em; margin-bottom; 2.33em; }
+
dl > dd { margin-left: 40px; } /* margin-right, for rtl elements */
dir, menu, ol, ul { padding-left: 40px; } /* margin-right, for rtl elements */
-blockquote { margin-left: 40px; margin-right: 40px; }
-h1 { margin-left: 0.67em; margin-right; 0.67em; }
-h2 { margin-left: 0.83em; margin-right; 0.83em; }
-h3 { margin-left: 1.00em; margin-right; 1.00em; }
-h4 { margin-left: 1.33em; margin-right; 1.33em; }
-h5 { margin-left: 1.67em; margin-right; 1.67em; }
-h6 { margin-left: 2.33em; margin-right; 2.33em; }
+blockquote, figure { margin-left: 40px; margin-right: 40px; }
table { border-spacing: 2px; border-collapse: separate; }
td, th { padding: 1px; }</pre>
@@ -61559,7 +61560,7 @@
tr, td, th { vertical-align: inherit; }
sub { vertical-align: sub; }
sup { vertical-align: super; }
-th { text-align: center; }</pre>
+th, figure > legend { text-align: center; }</pre>
<hr>
@@ -62834,12 +62835,6 @@
- <h4>The <code>figure</code> element</h4>
-
- <p class="XXX">...</p>
-
-
-
<h4>The <code>hr</code> element</h4>
<p class="XXX">...</p>