- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 24 Aug 2010 07:57:29 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv11491
Modified Files:
Overview.html
Log Message:
fix over-eager fixing in previous checkin (whatwg r5328)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4246
retrieving revision 1.4247
diff -u -d -r1.4246 -r1.4247
--- Overview.html 24 Aug 2010 07:54:29 -0000 1.4246
+++ Overview.html 24 Aug 2010 07:57:25 -0000 1.4247
@@ -61290,7 +61290,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;
}
Received on Tuesday, 24 August 2010 07:57:31 UTC