Skip to content

Commit

Permalink
[giow] (2) They collapse even with a border there. (credit: sp) (bug …
Browse files Browse the repository at this point in the history
…6586)

git-svn-id: http://svn.whatwg.org/webapps@2927 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 31, 2009
1 parent a298660 commit d11174b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions index
Expand Up @@ -60480,10 +60480,9 @@ td, th { padding: 1px; }</pre>
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>
Expand Down
7 changes: 3 additions & 4 deletions source
Expand Up @@ -71026,10 +71026,9 @@ td, th { padding: 1px; }</pre>
form { margin-bottom: 1em; }</pre>

<p>When a <code>Document</code> is in <span>quirks mode</span>,
margins on <span>HTML elements</span> that collapse with the top or
bottom of the initial containing block, or the top of bottom of
<code>td</code> or <code>th</code> elements, are expected to be
collapsed to zero.</p>
margins on <span>HTML elements</span> at the top or bottom of the
initial containing block, or the top of bottom of <code>td</code> or
<code>th</code> elements, are expected to be collapsed to zero.</p>


<h4>Alignment</h4>
Expand Down

0 comments on commit d11174b

Please sign in to comment.