Closed
Bug 1128
Opened 26 years ago
Closed 26 years ago
Proportional Width Table Columns not implemented yet
Categories
(Core :: Layout: Tables, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: angus, Assigned: buster)
References
()
Details
Test case is available at URL given. The syntax we don't support yet is:
<col width=50>
<col width=2*>
<col width=1*>
<col width=3*>
Peter needs to hook up style resolution between cells, columns, and colgroups.
Once that's done, the table code is ready to use that info. Some support
for proportional column width syntax is evident because that's how we handle
the COLS attribute (requesting equal column widths resolves to "1*" for all
involved columns), which works fine.
This may be a duplicate of 1126.
Updated•26 years ago
|
Assignee: peterl → buster
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
it is now implemented. proportional "multilength" syntax ("1*") now works on
COL and COLGROUP.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•26 years ago
|
||
This problem is fixed in Build Release 11/30.
You need to log in
before you can comment on or make changes to this bug.
Description
•