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

List:       kde-commits
Subject:    branches/KDE/4.1/kdelibs/khtml/xml
From:       Germain Garand <germain () ebooksfrance ! org>
Date:       2008-09-24 4:09:58
Message-ID: 1222229398.067065.5119.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 864157 by ggarand:

automatically merged revision 864149:
fix kde4 regression: parsing mode for inline CSS must match the document's

 M  +1 -1      dom_elementimpl.cpp  


--- branches/KDE/4.1/kdelibs/khtml/xml/dom_elementimpl.cpp #864156:864157
@@ -1087,7 +1087,7 @@
     dcl->ref();
     dcl->setParent(document()->elementSheet());
     dcl->setNode(this);
-    dcl->setStrictParsing( false );
+    dcl->setStrictParsing( !document()->inCompatMode() );
     if (m_hasCombinedStyle)
         m_style.combinedDecls->inlineDecls = dcl;
     else
[prev in list] [next in list] [prev in thread] [next in thread] 

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