allow table in <p>

Dirk Mueller mueller at kde.org
Mon Oct 21 22:58:29 BST 2002


Hi, 

this bug surprises me. any ideas why the following patch might not be 
correct?

testcase: 

<HTML><HEAD>
<body style=width:310px>
<p style="margin: 1.0em 0px; background-color: blue;">
this is the text of the first paragraph blubb blabalababb
even more text and text and more text
<table border="1" align="right" width="200" cellpadding="1">
 <TR>
 <td align="right"><!-- 
www.heise.de/newsticker/meldungen/gesellschaft at Middle1 --></td>
 </tr>
</table>
</p>
<p style="background-color: yellow">
Der Ausbildungsstand an deutschen Schulen sei derzeit eine Innovationsbremse 
für die Technologie-Branche, sagte Tenzer, der auch stellvertretender 
Telekom-Chef ist. "Die Koalitionsvereinbarung weist aber explizit auf 
verstärkte Anstrengungen in Sachen Schlüsseltechnologien, 
Forschung und Innovation hin.
</body>
</html>

(taken from heise newsticker)

patch: 

diff -u -3 -d -p -r1.61 dtd.cpp
--- dtd.cpp     2002/10/21 18:30:30     1.61
+++ dtd.cpp     2002/10/21 21:58:01
@@ -305,6 +305,7 @@ static const ushort tag_list_0[] = {
     ID_COMMENT,
     ID_NOBR,
     ID_WBR,
+    ID_TABLE,
     0
 };


-- 
Dirk (received 643 mails today)




More information about the kfm-devel mailing list