[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/3.5/kdelibs/khtml
From:       Allan Sandfeld Jensen <kde () carewolf ! com>
Date:       2006-10-21 10:35:00
Message-ID: 1161426900.904934.14854.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 597669 by carewolf:

Correct fix of #135050
CCBUG: 135050


 M  +2 -1      css/quirks.css  
 M  +0 -1      html/dtd.cpp  


--- branches/KDE/3.5/kdelibs/khtml/css/quirks.css #597668:597669
@@ -18,13 +18,14 @@
 
 /* Tables reset both line-height and white-space in quirks mode.
    Compatible with WinIE. For some reason they don't reset font-family */
-TABLE {
+table {
     white-space: normal;
     line-height: normal;
     color: -khtml-text;
     font-size: medium;
     empty-cells: hide;
     text-align: -khtml-auto;
+    font-weight: initial;
 }
 
 LAYER {
--- branches/KDE/3.5/kdelibs/khtml/html/dtd.cpp #597668:597669
@@ -597,7 +597,6 @@
     case ID_NOBR:
     case ID_WBR:
         // _1 *
-        if(tagID == ID_A && childID == ID_TABLE) return false;
         return check_array(childID, tag_list_1) || check_array(childID, tag_list_6);
     case ID_P:
         // P: ( _0 | TABLE | NOSCRIPT) *
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic