Closed
Bug 101790
Opened 24 years ago
Closed 24 years ago
visibility: collapse not working as required by CSS2 on table rows
Categories
(Core :: DOM: CSS Object Model, defect)
Tracking
()
People
(Reporter: simon, Assigned: jst)
References
()
Details
Setting a table row's (<tr>) style.visibility attribute to "collapse" only hides
its contents instead of hiding the entire row.
The CSS2 spec, http://www.w3.org/TR/CSS2/tables.html#dynamic-effects, mandates
that, and I quote, "... the entire row or column to be removed from the display,
and the space normally taken up by the row or column to be made available for
other content."
Check out:
http://www.weijgers.com/collapse-not-working-as-i-expected.html
and (a more straightforward, simpler version):
http://www.weijgers.com/collapse-not-working-as-i-expected-simplified.html
Comment 1•24 years ago
|
||
*** This bug has been marked as a duplicate of 77019 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Summary: visibility: collapse not working as required by CSS2 on table rows → visibility: collapse not working as required by CSS2 on table rows
You need to log in
before you can comment on or make changes to this bug.
Description
•