html5/spec Overview.html,1.5005,1.5006

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv31899

Modified Files:
	Overview.html 
Log Message:
Apparently it isn't entirely clear that margins at the top and bottom of an element must be vertical margins. (whatwg r6243)

Index: Overview.html
===================================================================
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 Thursday, 16 June 2011 18:28:13 UTC