Changes between Initial Version and Version 2 of Ticket #3383
- Timestamp:
- Nov 12, 2008, 3:05:11 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3383
- Property Owner flesler deleted
-
Property
Component
changed from
unfilled
tofx
-
Ticket #3383 – Description
initial v2 6 6 Here is a sample HTML code to illustrate the issue : 7 7 8 #BEGIN CODE 8 {{{ 9 9 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> 10 10 <html xml:lang="fr" xmlns="http://www.w3.org/1999/xhtml" lang="fr"> … … 30 30 </body> 31 31 </html> 32 #END CODE 32 }}} 33 33 34 34 With "display:block", the second line only occupies one column, despite the colspan=2 request. The problem is that for IE, table, tr and td are of type "block" but under Firefox &co they are of types table, table-row et table-cell.