- From: poot <cvsmail@w3.org>
- Date: Fri, 10 Sep 2010 18:01:37 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Define <th> centering more accurately. (whatwg r5464) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4356&r2=1.4357&f=h http://html5.org/tools/web-apps-tracker?from=5463&to=5464 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4356 retrieving revision 1.4357 diff -u -d -r1.4356 -r1.4357 --- Overview.html 10 Sep 2010 01:35:06 -0000 1.4356 +++ Overview.html 10 Sep 2010 09:01:14 -0000 1.4357 @@ -61679,8 +61679,7 @@ thead, tbody, tfoot, table > tr { vertical-align: middle; } tr, td, th { vertical-align: inherit; } sub { vertical-align: sub; } -sup { vertical-align: super; } -th { text-align: center; }</pre> +sup { vertical-align: super; }</pre> <hr><p>The following rules are also expected to apply, as <a href="#presentational-hints">presentational hints</a>:</p> @@ -61782,6 +61781,13 @@ descendant, the most deeply nested such element is expected to override the others.</p> + <p>User agents are expected to have a rule in their user agent + stylesheet that matches <code><a href="#the-th-element">th</a></code> elements that have a parent + node whose computed value for the 'text-align' property is its + initial value, whose declaration block consists of just a single + declaration that sets the 'text-align' property to the value + 'center'.</p> <!-- q.v. '-moz-center-or-inherit' --> + </div><div class="impl"> <h4 id="fonts-and-colors"><span class="secno">10.2.5 </span>Fonts and colors</h4>
Received on Friday, 10 September 2010 09:02:06 UTC