Closed Bug 59993 Opened 24 years ago Closed 23 years ago

UI supporting table height via CSS

Categories

(Core :: DOM: Editor, defect, P3)

defect

Tracking

()

VERIFIED DUPLICATE of bug 77705
Future

People

(Reporter: Brade, Assigned: glazou)

References

Details

This is a bug for the UI to allow users set a table height (via CSS). This bug should cover both the insert dialog and the table properties dialog's table tab.
Depends on: 59991, 59992
Please note that table height set with CSS doesn't mean the same thing as table height set with HTML (though height set with HTML doesn't really mean *anything). When you set table height in percentages with HTML, Mozilla calculated the height relative to the height of the window (canvas/viewport really), but CSS height is relative to the table's containing box.
It is true that "height set with HTML doesn't really mean anything" : the HTML4 element TABLE does *not* have a HEIGHT attribute... Its meaning is only determined by common browsers' practice. See http://www.w3.org/TR/REC-html40/struct/tables.html#edef-TABLE
Why do we have a request for just table height CSS? We will be working on UI for general CSS attribute editing -- will that cover this issue?
Table height is a separate bug because it may or may not be supported with CSS1 support in Composer in the next major revision. Also, it's clearer with the dependencies to have this bug pulled out specifically.
Daniel is in charge of CSS issues.
Assignee: cmanske → glazman
moving to future until css support task is started
Status: NEW → ASSIGNED
Target Milestone: --- → Future
This bug is fully covered by the CSSization of Composer; closing as dup of bug 77705. (and it works just fine in my own build :-) ) The UI for table height is only visible when the css pref is checked. It means that we keep generating correct html table markup. *** This bug has been marked as a duplicate of 77705 ***
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
marking verified.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.