- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 10 Sep 2010 09:01:18 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv23537
Modified Files:
Overview.html
Log Message:
Define <th> centering more accurately. (whatwg r5464)
Index: Overview.html
===================================================================
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:01:24 UTC