- From: poot <cvsmail@w3.org>
- Date: Wed, 11 Feb 2009 17:06:22 +0900 (JST)
- To: public-html-diffs@w3.org
Remove <layer>, make <td>/<th> margins collapse too. (whatwg r2781) container frame element http://people.w3.org/mike/diffs/html5/spec/Overview.1.1952.html#container-frame-element 10.2.4 Alignment http://people.w3.org/mike/diffs/html5/spec/Overview.1.1952.html#alignment 10.2.2 Display types http://people.w3.org/mike/diffs/html5/spec/Overview.1.1952.html#display-types http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1951&r2=1.1952&f=h http://html5.org/tools/web-apps-tracker?from=2780&to=2781 =================================================================== 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:06:57 UTC