Closed
Bug 59993
Opened 24 years ago
Closed 23 years ago
UI supporting table height via CSS
Categories
(Core :: DOM: Editor, defect, P3)
Core
DOM: Editor
Tracking
()
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.
Reporter | ||
Updated•24 years ago
|
Comment 1•24 years ago
|
||
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.
Assignee | ||
Comment 2•24 years ago
|
||
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
Comment 3•24 years ago
|
||
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?
Reporter | ||
Comment 4•24 years ago
|
||
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.
Comment 6•24 years ago
|
||
moving to future until css support task is started
Status: NEW → ASSIGNED
Target Milestone: --- → Future
Assignee | ||
Comment 7•23 years ago
|
||
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
You need to log in
before you can comment on or make changes to this bug.
Description
•