Closed
Bug 9691
Opened 26 years ago
Closed 25 years ago
{css2}visibility: collapse == hidden (except certain table elements)
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Core
CSS Parsing and Computation
Tracking
()
M15
People
(Reporter: dbaron, Assigned: troy)
References
()
Details
(Keywords: css2)
Tested on: mozilla.org, 1999-07-10-08-M8, Linux.
The property visibility: collapse should be treated the same way as hidden, not
as visible. Collapse is only different from hidden if display is table-row,
table-column, table-{header,footer,row}-group, or table-column-group.
See http://www.w3.org/TR/REC-CSS2/visufx.html#visibility .
Comment 1•25 years ago
|
||
Pushing off non-beta 1 issues
Updated•25 years ago
|
Assignee: peterl → troy
Status: ASSIGNED → NEW
Comment 2•25 years ago
|
||
I believe you said you'd take care of the frame painting issues on this one. The
views should be doing this correctly now...
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Yup, looks that way to me, too
*** This bug has been marked as a duplicate of 21701 ***
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 5•25 years ago
|
||
I'm verify that this bug is a duplicate of 21701. Bug 21701 is about the misuse
of hidden, visible and collapse with the Mozilla source code.
Comment 6•25 years ago
|
||
Migrating from {css2} to css2 keyword. The {css1}, {css2}, {css3} and {css-moz}
radars should now be considered deprecated in favour of keywords.
I am *really* sorry about the spam...
You need to log in
before you can comment on or make changes to this bug.
Description
•