Skip to content

Commit

Permalink
[] (0) Fix the magic margin quirk some more.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3160 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 1, 2009
1 parent bf4135a commit 74911d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions index
Expand Up @@ -68187,9 +68187,8 @@ 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> at the top or bottom of
<a href=#the-body-element-0>the body element</a>, 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>
<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>


<h4 id=alignment><span class=secno>11.2.4 </span>Alignment</h4>
Expand Down
5 changes: 2 additions & 3 deletions source
Expand Up @@ -80453,9 +80453,8 @@ form { margin-bottom: 1em; }</pre>

<p>When a <code>Document</code> is in <span>quirks mode</span>,
margins on <span>HTML elements</span> at the top or bottom of
<span>the body element</span>, or the top of bottom of
<code>td</code> or <code>th</code> elements, are expected to be
collapsed to zero.</p>
<code>body</code>, <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 74911d9

Please sign in to comment.