Closed
Bug 34538
Opened 25 years ago
Closed 25 years ago
inline element within table row discarded
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
RESOLVED
FIXED
M16
People
(Reporter: dbaron, Assigned: karnaze)
References
()
Details
(Keywords: css2)
Attachments
(2 files)
(deleted),
text/html
|
Details | |
(deleted),
patch
|
Details | Diff | Splinter Review |
DESCRIPTION: This is a bug in the fix for bug 2479. An element with display
inline within one of display table-row is discarded. Instead, an anonymous cell
should be created around it.
STEPS TO REPRODUCE:
* load attached test case
ACTUAL RESULTS:
* blank page
EXPECTED RESULTS:
* the word hello
DOES NOT WORK CORRECTLY ON:
* Linux, mozilla, my build from today's tree closure (2000-04-04)
ADDITIONAL INFORMATION:
This also shows up in the last table in
http://www.people.fas.harvard.edu/~dbaron/css/test/sec170201
Reporter | ||
Comment 1•25 years ago
|
||
Reporter | ||
Comment 2•25 years ago
|
||
Note that if there is anonymous text instead of the inline span, it works fine.
Assignee | ||
Comment 3•25 years ago
|
||
Assignee | ||
Comment 4•25 years ago
|
||
I will check in the patch when the tree opens.
Status: NEW → ASSIGNED
Target Milestone: --- → M16
Assignee | ||
Comment 5•25 years ago
|
||
I'll check in the fix today.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•