Closed
Bug 95176
Opened 24 years ago
Closed 23 years ago
[quirk] inline elements should grow to contain children in quirks mode
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
WONTFIX
Future
People
(Reporter: pierre, Assigned: attinasi)
References
()
Details
(Keywords: compat, highrisk, Whiteboard: WONTFIX ? -- minor issue, non standards compliant)
Comment 1•24 years ago
|
||
Pierre: What you describe in the third paragraph of the initial description of
this bug is not an 'inline-block'. An inline block doesn't split across lines.
I strongly suggest WONTFIXing this bug. We have much bigger fish to fry. Fixing
this would be very risky, and I don't think that we poke our already near-
perfect inline box model code unless we really need to.
Comment 2•23 years ago
|
||
While using my home banking account, I found this problem. There is a navigation
bar on top and I can not "click" on the links.
For a simplified testcase see attachment 48421 [details]
I think the problem in attachment 48421 [details] is a different problem as it goes away when
<div style="position:absolute;left:395px; top:12px">
<table>
<tr>
<td> </td>
</tr>
</table>
</div>
is commented out.
Comment 4•23 years ago
|
||
Resolving as WONTFIX based on Ian's comment
Severity: normal → minor
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WONTFIX
Target Milestone: --- → Future
You need to log in
before you can comment on or make changes to this bug.
Description
•