- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 10 Sep 2010 09:16:40 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv26389 Modified Files: rendering.html spec.html Log Message: Define <th> centering more accurately. (whatwg r5464) [updated by splitter] Index: rendering.html =================================================================== RCS file: /sources/public/html5/spec/rendering.html,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- rendering.html 10 Sep 2010 01:47:09 -0000 1.24 +++ rendering.html 10 Sep 2010 09:16:38 -0000 1.25 @@ -695,8 +695,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> @@ -798,6 +797,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="tabular-data.html#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> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1202 retrieving revision 1.1203 diff -u -d -r1.1202 -r1.1203 --- spec.html 10 Sep 2010 01:47:09 -0000 1.1202 +++ spec.html 10 Sep 2010 09:16:38 -0000 1.1203 @@ -336,7 +336,7 @@ <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>, <a href="author/">web developer edition</a>. -This is revision 1.4356. +This is revision 1.4357. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Friday, 10 September 2010 09:16:42 UTC