Closed Bug 30985 Opened 25 years ago Closed 24 years ago

Display: block destroys table elements

Categories

(Core :: Layout: Tables, defect, P3)

defect

Tracking

()

VERIFIED FIXED

People

(Reporter: webmaster, Assigned: karnaze)

References

()

Details

(Keywords: css2)

Attachments

(1 file)

If display: block is specified on a table element, Mozilla, instead of either 
ignoring the declaration (as is permissible - CSS2 states that display may be 
ignored on table elements) or correctly rendering it, destroys the table. See 
the specified URL for test cases.
Changing component
Assignee: troy → karnaze
Component: Layout → HTMLTables
QA Contact: petersen → chrisd
confirming bug, but is this not style sheets?
Status: UNCONFIRMED → NEW
Ever confirmed: true
There are still some bugs shown in this test page.  (It is technically a
duplicate of bug 2479, though, which is now marked fixed but really only mostly
fixed.)

However, this does not seem to occur if the same display types are used on DIVs.
Mark, here is another case where we should ignore the display inside a table 
element.
Assignee: karnaze → attinasi
Actually, since we support mapping non table elements to table elements, we 
should probably be consistent and allow this. This bug is then an anonymous 
frame construction problem.
Assignee: attinasi → karnaze
This is fixed in my tree and I'll check it in today.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Target Milestone: --- → M16
Using 7/13 build, testcase renders properly. Verified fixed.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: