Short URL: http://html5.org/r/2781
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 2781 | Remove <layer>, make <td>/<th> margins collapse too. | 2009-02-11 08:03 |
Index: source
===================================================================
--- source (revision 2780)
+++ source (revision 2781)
@@ -61805,8 +61805,8 @@
address, article, aside, blockquote, body, center, dd, dialog, dir,
div, dl, dt, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hr,
-html, layer, legend, listing, menu, nav, ol, p, plaintext, pre, rp,
-section, ul, xmp { display: block; }
+html, legend, listing, menu, nav, ol, p, plaintext, pre, rp, section,
+ul, xmp { display: block; }
table { display: table; }
caption { display: table-caption; }
@@ -62069,8 +62069,9 @@
<p>When a <code>Document</code> is in <span>quirks mode</span>,
margins on <span>HTML elements</span> that collapse with the top or
- bottom of the initial containing block are expected to be collapsed
- to zero.</p>
+ bottom of the initial containing block, or the top of bottom of
+ <code>td</code> or <code>th</code> elements, are expected to be
+ collapsed to zero.</p>
<h4>Alignment</h4>