Closed Bug 101790 Opened 23 years ago Closed 23 years ago

visibility: collapse not working as required by CSS2 on table rows

Categories

(Core :: DOM: CSS Object Model, defect)

x86
Linux
defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 77019

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

*** This bug has been marked as a duplicate of 77019 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 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
yep
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.