- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 11 Feb 2009 08:03:30 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv20782 Modified Files: Overview.html Log Message: Remove <layer>, make <td>/<th> margins collapse too. (whatwg r2781) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1951 retrieving revision 1.1952 diff -u -d -r1.1951 -r1.1952 --- Overview.html 11 Feb 2009 07:58:21 -0000 1.1951 +++ Overview.html 11 Feb 2009 08:03:28 -0000 1.1952 @@ -46636,8 +46636,8 @@ 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; } @@ -46788,8 +46788,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.<h4 id=alignment><span class=secno>10.2.4 </span>Alignment</h4><pre class=css>@namespace url(http://www.w3.org/1999/xhtml); + 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.<h4 id=alignment><span class=secno>10.2.4 </span>Alignment</h4><pre class=css>@namespace url(http://www.w3.org/1999/xhtml); thead, tbody, tfoot, table > tr { vertical-align: middle; } tr, td, th { vertical-align: inherit; }
Received on Wednesday, 11 February 2009 08:03:40 UTC