[html5] r3151 - [] (0) Try to make the magic margin collapsing rule more accurate.

whatwg at whatwg.org whatwg at whatwg.org
Fri May 29 20:49:20 PDT 2009


Author: ianh
Date: 2009-05-29 20:49:18 -0700 (Fri, 29 May 2009)
New Revision: 3151

Modified:
   index
   source
Log:
[] (0) Try to make the magic margin collapsing rule more accurate.

Modified: index
===================================================================
--- index	2009-05-30 02:33:07 UTC (rev 3150)
+++ index	2009-05-30 03:49:18 UTC (rev 3151)
@@ -68169,9 +68169,10 @@
 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> 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>
+  margins on <a href=#html-elements>HTML elements</a> at the top or bottom of
+  <a href=#the-body-element-0>the body element</a>, 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>11.2.4 </span>Alignment</h4>

Modified: source
===================================================================
--- source	2009-05-30 02:33:07 UTC (rev 3150)
+++ source	2009-05-30 03:49:18 UTC (rev 3151)
@@ -80436,9 +80436,10 @@
 form { margin-bottom: 1em; }</pre>
 
   <p>When a <code>Document</code> is in <span>quirks mode</span>,
-  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>
+  margins on <span>HTML elements</span> at the top or bottom of
+  <span>the body element</span>, 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