Closed Bug 1128 Opened 26 years ago Closed 26 years ago

Proportional Width Table Columns not implemented yet

Categories

(Core :: Layout: Tables, defect, P2)

x86
Windows 95
defect

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*>
Status: NEW → ASSIGNED
Assignee: buster → peterl
Status: ASSIGNED → NEW
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.
Assignee: peterl → buster
Status: NEW → ASSIGNED
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
it is now implemented.  proportional "multilength" syntax ("1*") now works on
COL and COLGROUP.
Status: RESOLVED → VERIFIED
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.