Closed
Bug 1127
Opened 26 years ago
Closed 26 years ago
SPAN attribute on COL element 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 span=5 width=100>
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. In fact, I think
that "span" is supported already, but you can't tell because "width" is not, so
you see no effect from the "span." If this is true, this bug is a duplicate of
1126. I'll leave it open until we can verify this.
Updated•26 years ago
|
Assignee: peterl → buster
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•26 years ago
|
||
This problem has been fixed in Build Release 11/30.
You need to log in
before you can comment on or make changes to this bug.
Description
•