DescriptionDo not use inline context for the first float child.
This patch changes ShouldHandleByInlineContext so it return false if the
first child is float.
Example(from floats-wrap-top-below-inline-001l.xht):
div { float: left; clear: left; }
<body>
<div style="width: 50px; height: 75px;"></div>
<div style="width: 100px; height: 75px;"></div>
<span></span>
<span></span>
</body>
The old behavior is that the 1st float will be processed by the inline
context. This patch changes that so only floats in the middle of text are
processed by the inline context
BUG=635619
Patch Set 1 #
Depends on Patchset: Messages
Total messages: 14 (8 generated)
|