vikrambalye / dompdf

Automatically exported from code.google.com/p/dompdf
0 stars 0 forks source link

table border-collapse disables border #273

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. add border-collapse to table columns(td)
2.
3.

What is the expected output? What do you see instead?
It should provide single borders, but its not working as expected
rather it is totally disabling the borders.

What version of the product are you using? On what operating system?
0.6 

Please provide any additional information below.

Original issue reported on code.google.com by kamalsomani@gmail.com on 3 May 2011 at 7:58

GoogleCodeExporter commented 9 years ago
When I add border-collapse: collapse or separate to a table, the borders are 
still displayed. Does the dom > table example render correctly for you ?

Original comment by fabien.menager on 4 May 2011 at 7:09

GoogleCodeExporter commented 9 years ago
oh, sorry i was trying it on td, its working fine if applied to table.

but, I would like you to still look at the below

table td {border-collapse: collapse; border:1px solid black;}

i know its not a property of td, but this makes border disappear, instead it 
should use default property and still show borders.

hope you agree.

Original comment by kamalsomani@gmail.com on 5 May 2011 at 5:35

GoogleCodeExporter commented 9 years ago

Original comment by fabien.menager on 14 May 2011 at 11:25

GoogleCodeExporter commented 9 years ago

Original comment by eclecticgeek on 30 May 2013 at 5:15