[html5] r5328 - [e] (0) fix over-eager fixing in previous checkin
whatwg at whatwg.org
whatwg at whatwg.org
Tue Aug 24 00:57:22 PDT 2010
Author: ianh
Date: 2010-08-24 00:57:21 -0700 (Tue, 24 Aug 2010)
New Revision: 5328
Modified:
complete.html
index
source
Log:
[e] (0) fix over-eager fixing in previous checkin
Modified: complete.html
===================================================================
--- complete.html 2010-08-24 07:54:25 UTC (rev 5327)
+++ complete.html 2010-08-24 07:57:21 UTC (rev 5328)
@@ -86893,7 +86893,7 @@
h4[align=justify], h5[align=justify], h6[align=justify] { /* <a href=#case-insensitive-selector-exception>case-insensitive</a> */
text-align: justify;
}
-head[valign=top], tbody[valign=top], tfoot[valign=top],
+thead[valign=top], tbody[valign=top], tfoot[valign=top],
tr[valign=top], td[valign=top], th[valign=top] { /* <a href=#case-insensitive-selector-exception>case-insensitive</a> */
vertical-align: top;
}
Modified: index
===================================================================
--- index 2010-08-24 07:54:25 UTC (rev 5327)
+++ index 2010-08-24 07:57:21 UTC (rev 5328)
@@ -79983,7 +79983,7 @@
h4[align=justify], h5[align=justify], h6[align=justify] { /* <a href=#case-insensitive-selector-exception>case-insensitive</a> */
text-align: justify;
}
-head[valign=top], tbody[valign=top], tfoot[valign=top],
+thead[valign=top], tbody[valign=top], tfoot[valign=top],
tr[valign=top], td[valign=top], th[valign=top] { /* <a href=#case-insensitive-selector-exception>case-insensitive</a> */
vertical-align: top;
}
Modified: source
===================================================================
--- source 2010-08-24 07:54:25 UTC (rev 5327)
+++ source 2010-08-24 07:57:21 UTC (rev 5328)
@@ -99108,7 +99108,7 @@
h4[align=justify], h5[align=justify], h6[align=justify] { /* <a href="#case-insensitive-selector-exception">case-insensitive</a> */
text-align: justify;
}
-head[valign=top], tbody[valign=top], tfoot[valign=top],
+thead[valign=top], tbody[valign=top], tfoot[valign=top],
tr[valign=top], td[valign=top], th[valign=top] { /* <a href="#case-insensitive-selector-exception">case-insensitive</a> */
vertical-align: top;
}
More information about the Commit-Watchers
mailing list