Skip to content

Commit

Permalink
[e] (0) Apparently it isn't entirely clear that margins at the top an…
Browse files Browse the repository at this point in the history
…d bottom of an element must be vertical margins.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12470

git-svn-id: http://svn.whatwg.org/webapps@6243 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 16, 2011
1 parent 8e5da00 commit 45c4393
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions complete.html
Expand Up @@ -91393,9 +91393,9 @@ <h4 id=margins-and-padding><span class=secno>15.2.3 </span>Margins and padding</
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>

Expand Down
6 changes: 3 additions & 3 deletions index
Expand Up @@ -86989,9 +86989,9 @@ td, th { padding: 1px; }</pre>
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>

Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -103713,9 +103713,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> at the top or bottom of
<code>body</code>, <code>td</code>, or <code>th</code> elements are
expected to be collapsed to zero.</p>
vertical margins on <span>HTML elements</span> at the top or bottom
of <code>body</code>, <code>td</code>, or <code>th</code> elements
are expected to be collapsed to zero.</p>

</div>

Expand Down

0 comments on commit 45c4393

Please sign in to comment.