- From: poot <cvsmail@w3.org>
- Date: Tue, 31 Mar 2009 10:28:45 +0900 (JST)
- To: public-html-diffs@w3.org
They collapse even with a border there. (credit: sp) (bug 6586) (whatwg
r2927)
http://www.w3.org/Bugs/Public/show_bug.cgi?id=6586
container frame element
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2092.html#container-frame-element
10.2.4 Alignment
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2092.html#alignment
http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2091&r2=1.2092&f=h
http://html5.org/tools/web-apps-tracker?from=2926&to=2927
===================================================================
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:29:27 UTC