- From: poot <cvsmail@w3.org>
- Date: Tue, 24 Aug 2010 17:03:40 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: fix over-eager fixing in previous checkin (whatwg r5328) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4246&r2=1.4247&f=h http://html5.org/tools/web-apps-tracker?from=5327&to=5328 =================================================================== 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:58:39 UTC