html5/spec Overview.html,1.4246,1.4247

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