- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 24 Aug 2010 08:07:55 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv14377 Modified Files: rendering.html spec.html Log Message: fix over-eager fixing in previous checkin (whatwg r5328) [updated by splitter] Index: rendering.html =================================================================== RCS file: /sources/public/html5/spec/rendering.html,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- rendering.html 24 Aug 2010 07:58:04 -0000 1.19 +++ rendering.html 24 Aug 2010 08:07:53 -0000 1.20 @@ -730,7 +730,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; } Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1162 retrieving revision 1.1163 diff -u -d -r1.1162 -r1.1163 --- spec.html 24 Aug 2010 07:58:04 -0000 1.1162 +++ spec.html 24 Aug 2010 08:07:53 -0000 1.1163 @@ -336,7 +336,7 @@ <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>, <a href="author/">author edition</a>. -This is revision 1.4246. +This is revision 1.4247. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Tuesday, 24 August 2010 08:07:57 UTC