3 <p>(
1) Table with
2 columns. Relative width value for first column is
"1*" and for column
2 is
"3*". Table width is
100%. The first column should span
1/
4 of the window width and the second column should span
3/
4 of the window width.
<b>5.0 renders this correctly.
</b></p>
5 <table width=
"100%" border=
"1">
16 <p>(
2) Table with
1 column. Relative width value for column is
"0*" with table width of
100%. The column should span the minimum width necessary to hold the column's contents.
<b>Problem.
</b></p>
18 <table width=
"100%" border=
"1">
28 <p>(
3) Table with
2 columns. Relative width value for first column is
"0*" and for column
2 is
"3*". Table width is
100%. The first column should span the minimum width necessary to hold the column's contents. The second column should ????
<b>The first column is rendered properly, but there seems to be a problem with the width of the second column.
</b></p>
30 <table width=
"100%" border=
"1">