- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 31 Mar 2009 01:26:43 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv28861
Modified Files:
Overview.html
Log Message:
They collapse even with a border there. (credit: sp) (bug 6586) (whatwg r2927)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2091
retrieving revision 1.2092
diff -u -d -r1.2091 -r1.2092
--- Overview.html 31 Mar 2009 01:24:40 -0000 1.2091
+++ Overview.html 31 Mar 2009 01:26:41 -0000 1.2092
@@ -54880,10 +54880,9 @@
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> that collapse with 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 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>
<h4 id=alignment><span class=secno>10.2.4 </span>Alignment</h4>
Received on Tuesday, 31 March 2009 01:26:55 UTC