tables in tables

Nicole Szymanski <[email protected]>
Newsgroups gmane.comp.mozilla.devel.layout.cvs
Organization Guest of ProXad - France
Message-ID <[email protected]>
Hello, 

It seems that Mozilla has a bug with tables in tables when rendering XML 
files.
If the outer table's cell has a background image, this image is loaded in 
every cell of the inner table.
Any issues ?


sample :
--- sample.xml ---
<!DOCTYPE html
  PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  "http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd"
>
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>Imprimer</title></head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">

<table>
<tr>
<td background="menu.png">
   <table>
      <tr><td>A</td><td>B</td></tr>
      <tr><td>A</td><td>B</td></tr>
   </table>
</td>
</tr>
</table>

</body>

</html>
--- sample.xml ---


Thanks in advance for help.

Regards,
-- 
Nicole
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.