[html5] r3160 - [] (0) Fix the magic margin quirk some more.

whatwg at whatwg.org whatwg at whatwg.org
Mon Jun 1 12:49:12 PDT 2009


Author: ianh
Date: 2009-06-01 12:49:10 -0700 (Mon, 01 Jun 2009)
New Revision: 3160

Modified:
   index
   source
Log:
[] (0) Fix the magic margin quirk some more.

Modified: index
===================================================================
--- index	2009-06-01 09:31:40 UTC (rev 3159)
+++ index	2009-06-01 19:49:10 UTC (rev 3160)
@@ -68187,9 +68187,8 @@
 
   <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
-  <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>
+  <code><a href=#the-body-element>body</a></code>, <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-06-01 09:31:40 UTC (rev 3159)
+++ source	2009-06-01 19:49:10 UTC (rev 3160)
@@ -80453,9 +80453,8 @@
 
   <p>When a <code>Document</code> is in <span>quirks mode</span>,
   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>
+  <code>body</code>, <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