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)

defect
Not set
minor

Tracking

()

RESOLVED WONTFIX
Future

People

(Reporter: pierre, Assigned: attinasi)

References

()

Details

(Keywords: compat, highrisk, Whiteboard: WONTFIX ? -- minor issue, non standards compliant)

Forked from bug 94812. Many bugs are filed because <a> elements don't behave like inline-block elements when they contain an image. See bug 94812, bug 93950, bug 74712 and others... In Nav4 and IE when an anchor contains an image, its border includes the image. Is is something we want to do?
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.
Keywords: compat, highrisk
Summary: [quirk] <a> element should be inline-block → [quirk] inline elements should grow to contain children in quirks mode
Whiteboard: WONTFIX ? -- minor issue, non standards compliant
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>&nbsp;</td> </tr> </table> </div> is commented out.
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.