[html5] r6243 - [e] (0) Apparently it isn't entirely clear that margins at the top and bottom of [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Jun 16 11:28:05 PDT 2011


Author: ianh
Date: 2011-06-16 11:28:04 -0700 (Thu, 16 Jun 2011)
New Revision: 6243

Modified:
   complete.html
   index
   source
Log:
[e] (0) Apparently it isn't entirely clear that margins at the top and bottom of an element must be vertical margins.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12470

Modified: complete.html
===================================================================
--- complete.html	2011-06-16 18:05:03 UTC (rev 6242)
+++ complete.html	2011-06-16 18:28:04 UTC (rev 6243)
@@ -91393,9 +91393,9 @@
 form { margin-bottom: 1em; }</pre>
 
   <p>When a <code><a href=#document>Document</a></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
-  <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>
+  vertical margins on <a href=#html-elements>HTML elements</a> at the top or bottom
+  of <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>
 
   </div>
 

Modified: index
===================================================================
--- index	2011-06-16 18:05:03 UTC (rev 6242)
+++ index	2011-06-16 18:28:04 UTC (rev 6243)
@@ -86989,9 +86989,9 @@
 form { margin-bottom: 1em; }</pre>
 
   <p>When a <code><a href=#document>Document</a></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
-  <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>
+  vertical margins on <a href=#html-elements>HTML elements</a> at the top or bottom
+  of <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>
 
   </div>
 

Modified: source
===================================================================
--- source	2011-06-16 18:05:03 UTC (rev 6242)
+++ source	2011-06-16 18:28:04 UTC (rev 6243)
@@ -103713,9 +103713,9 @@
 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
-  <code>body</code>, <code>td</code>, or <code>th</code> elements are
-  expected to be collapsed to zero.</p>
+  vertical margins on <span>HTML elements</span> at the top or bottom
+  of <code>body</code>, <code>td</code>, or <code>th</code> elements
+  are expected to be collapsed to zero.</p>
 
   </div>
 




More information about the Commit-Watchers mailing list