TD percentile HEIGHT attribute bug

Rather Obvious TD HEIGHT Attribute Bug
======================================

* Amaya does not honor <TD HEIGHT="x%"...> markup, instead giving the
cell a fixed height (which appears to be the height of the inline
elements plus Amaya's default, or the stylesheet's specified, border,
padding & margin.)



Test:
-----

http://www.well.com/~mech/.AmayaTest/NewTEST1.html
(Also attached here, with .css file, so you don't have to manually download
that to look at it.  Yes, this is the same test file as for the first
of the two  margin-height bug reports I just sent in.  This file was
what clued me to this "new" bug in the first place.)


Description of the issue:
-------------------------

The table has a percentile HEIGHT as well as WIDTH for every cell in
the table.  The cells flex and readjust horizontally but not vertically
when the window is resized; the smaller row of cells remains at the
same fixed height it was initially asigned.

Received on Wednesday, 29 September 2004 18:39:04 UTC