hixie: Apparently it isn't entirely clear that margins at the top and bottom of an element must be vertical margins. (whatwg r6243)

hixie: Apparently it isn't entirely clear that margins at the top and
bottom of an element must be vertical margins. (whatwg r6243)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5005&r2=1.5006&f=h
http://html5.org/tools/web-apps-tracker?from=6242&to=6243

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5005
retrieving revision 1.5006
diff -u -d -r1.5005 -r1.5006
--- Overview.html 16 Jun 2011 18:03:43 -0000 1.5005
+++ Overview.html 16 Jun 2011 18:28:08 -0000 1.5006
@@ -64106,9 +64106,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><div class="impl">

Received on Friday, 17 June 2011 09:51:50 UTC