On So, Apr 17, 2016, Nick Warne wrote:
On 17/04/16 11:40, Sebastian Geerken wrote:
On Do, Apr 14, 2016, Nick Warne wrote:
I am sorry, this build is borken:
This is a problem with CSS `height`. Consider this HTML:
<table style="height: 20px; border: 1px solid"> <tr> <td>Sunt autem quidam e nostris, qui haec subtilius velint [...] putant.</td> </tr> </table>
Dillo shows the table only 20px high, while Firefox seems to treat `height` the same way as `min-height`. I'm not sure which is correct, but probably we ought to do something about this, even if dillo is correct.
Using Dillo 3.0.5, that table looks the same in Dillo, Firefox and links/lynx (but no border in links or lynx, of course).
?
The problem with versions 3.1-dev (at hg.dillo.org) and 3.1-dev_grows2. Dillo 3.0.5 has no problem, since CSS `heigh` was introduced in the 3.1-dev version (not yet released). Sebastian