Skip to content

Commit

Permalink
[] (0) Remove <layer>, make <td>/<th> margins collapse too.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2781 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 11, 2009
1 parent 4e2797d commit 87c1e10
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions index
Expand Up @@ -56422,8 +56422,8 @@ style, title { display: none; }

address, article, aside, blockquote, body, center, dd, dialog, dir,
div, dl, dt, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hr,
html, layer, legend, listing, menu, nav, ol, p, plaintext, pre, rp,
section, ul, xmp { display: block; }
html, legend, listing, menu, nav, ol, p, plaintext, pre, rp, section,
ul, xmp { display: block; }

table { display: table; }
caption { display: table-caption; }
Expand Down Expand Up @@ -56629,8 +56629,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 are expected to be collapsed
to zero.</p>
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
9 changes: 5 additions & 4 deletions source
Expand Up @@ -61805,8 +61805,8 @@ style, title { display: none; }

address, article, aside, blockquote, body, center, dd, dialog, dir,
div, dl, dt, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hr,
html, layer, legend, listing, menu, nav, ol, p, plaintext, pre, rp,
section, ul, xmp { display: block; }
html, legend, listing, menu, nav, ol, p, plaintext, pre, rp, section,
ul, xmp { display: block; }

table { display: table; }
caption { display: table-caption; }
Expand Down Expand Up @@ -62069,8 +62069,9 @@ 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 are expected to be collapsed
to zero.</p>
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 87c1e10

Please sign in to comment.