[html5] r2781 - [] (0) Remove <layer>, make <td>/<th> margins collapse too.
whatwg at whatwg.org
whatwg at whatwg.org
Wed Feb 11 00:03:23 PST 2009
Author: ianh
Date: 2009-02-11 00:03:22 -0800 (Wed, 11 Feb 2009)
New Revision: 2781
Modified:
index
source
Log:
[] (0) Remove <layer>, make <td>/<th> margins collapse too.
Modified: index
===================================================================
--- index 2009-02-11 07:58:15 UTC (rev 2780)
+++ index 2009-02-11 08:03:22 UTC (rev 2781)
@@ -56422,8 +56422,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; }
@@ -56629,8 +56629,9 @@
<p>When a <code>Document</code> is in <a href=#quirks-mode>quirks mode</a>,
margins on <a href=#html-elements>HTML elements</a> 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><a href=#the-td-element>td</a></code> or <code><a href=#the-th-element>th</a></code> elements, are expected to be
+ collapsed to zero.</p>
<h4 id=alignment><span class=secno>10.2.4 </span>Alignment</h4>
Modified: source
===================================================================
--- source 2009-02-11 07:58:15 UTC (rev 2780)
+++ source 2009-02-11 08:03:22 UTC (rev 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>
More information about the Commit-Watchers
mailing list