[html5] r2927 - [giow] (2) They collapse even with a border there. (credit: sp) (bug 6586)

whatwg at whatwg.org whatwg at whatwg.org
Mon Mar 30 18:26:36 PDT 2009


Author: ianh
Date: 2009-03-30 18:26:36 -0700 (Mon, 30 Mar 2009)
New Revision: 2927

Modified:
   index
   source
Log:
[giow] (2) They collapse even with a border there. (credit: sp) (bug 6586)

Modified: index
===================================================================
--- index	2009-03-31 01:24:34 UTC (rev 2926)
+++ index	2009-03-31 01:26:36 UTC (rev 2927)
@@ -60480,10 +60480,9 @@
 form { margin-bottom: 1em; }</pre>
 
   <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, 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>
+  margins on <a href=#html-elements>HTML elements</a> at the top or 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-03-31 01:24:34 UTC (rev 2926)
+++ source	2009-03-31 01:26:36 UTC (rev 2927)
@@ -71026,10 +71026,9 @@
 form { margin-bottom: 1em; }</pre>
 
   <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, or the top of bottom of
-  <code>td</code> or <code>th</code> elements, are expected to be
-  collapsed to zero.</p>
+  margins on <span>HTML elements</span> at the top or 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