3 BUG: Inside a cell,
"height:x%" is ignored. It looks like 'auto' is used instead.
<br>
4 <li>Absolute units work correctly (eg.
50px).
5 <li>"width:x%" works correctly.
8 <table style=
"height:100px;width:100%">
10 <td style=
"height:100%;width:100%;background: red;" >
11 <textarea style=
"width:80%;height:80%">BUG: the height of the textarea is not
80%
</textarea>
17 <table style=
"height:100px;width:100%">
19 <td style=
"height:100%;width:100%;background: red;" >
20 <textarea style=
"width:80%;height:80px">OK: the height of the textarea is
80 pixels
</textarea>
26 <table style=
"height:100px;width:100%">
28 <td style=
"height:100%;width:100%;background: red;" >
29 <p style=
"width:80%;height:80%;background:lightyellow;">BUG: the height of the P is not
80%
</p>
35 <table style=
"height:100px;width:100%">
37 <td style=
"height:100%;width:100%;background: red;" >
38 <p style=
"width:80%;height:80px;background:lightyellow;">OK: the height of the P is
80 pixels
</p>