[html5] r5464 - [giow] (2) Define <th> centering more accurately. Fixing http://www.w3.org/Bugs/ [...]
whatwg at whatwg.org
whatwg at whatwg.org
Fri Sep 10 02:01:08 PDT 2010
Author: ianh
Date: 2010-09-10 02:01:05 -0700 (Fri, 10 Sep 2010)
New Revision: 5464
Modified:
complete.html
index
source
Log:
[giow] (2) Define <th> centering more accurately.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9542
Modified: complete.html
===================================================================
--- complete.html 2010-09-10 01:35:02 UTC (rev 5463)
+++ complete.html 2010-09-10 09:01:05 UTC (rev 5464)
@@ -84596,8 +84596,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>
@@ -84699,6 +84698,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>
Modified: index
===================================================================
--- index 2010-09-10 01:35:02 UTC (rev 5463)
+++ index 2010-09-10 09:01:05 UTC (rev 5464)
@@ -80514,8 +80514,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>
@@ -80617,6 +80616,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>
Modified: source
===================================================================
--- source 2010-09-10 01:35:02 UTC (rev 5463)
+++ source 2010-09-10 09:01:05 UTC (rev 5464)
@@ -96557,8 +96557,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>
@@ -96666,6 +96665,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>th</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>
More information about the Commit-Watchers
mailing list