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

List:       kde-commits
Subject:    kdelibs/khtml
From:       Dirk Mueller <mueller () kde ! org>
Date:       2004-02-29 22:04:32
Message-ID: 20040229220432.3C5C0993A () office ! kde ! org
[Download RAW message or body]

CVS commit by mueller: 

treat xhtml transitional as transitional
CCMAIL: 76449-done@bugs.kde.org


  M +3 -0      ChangeLog   1.228
  M +1 -1      html/html_documentimpl.cpp   1.160


--- kdelibs/khtml/ChangeLog  #1.227:1.228
@@ -1,4 +1,7 @@
 2004-02-29  Dirk Mueller  <mueller@kde.org>
 
+        * html/html_documentimpl.cpp (determineParseMode): treat xhtml transitional
+        that way (#76449).
+
         * rendering/bidi.cpp (findNextLineBreak): make sure we move
         replaced elements, that don't fit on a line below the floats (#74609).

--- kdelibs/khtml/html/html_documentimpl.cpp  #1.159:1.160
@@ -420,5 +420,5 @@ void HTMLDocumentImpl::determineParseMod
 
         if ( hMode == XHtml )
-            pMode = Strict;
+            pMode = publicId;
     }
     // kdDebug() << "DocumentImpl::determineParseMode: publicId =" << publicId << " \
systemId = " << systemId << endl;


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

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