DescriptionUse correct container width as base for percentage margins.
Blocks establishing a new BFC need to avoid floats in its parent BFC. Also,
computing used values for auto margins for such blocks is affected by the
available line width constrained by these floats. However, percentage sized
margins must be calculated based on the full containing block width, not the
available line width.
R=jchaffraix@chromium.org
BUG=348927
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169030
Patch Set 1 #
Total comments: 4
Patch Set 2 : Fixed review issues. #
Total comments: 2
Patch Set 3 : Added requested table test. #Messages
Total messages: 8 (0 generated)
|