summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
Diffstat (limited to 'render')
-rw-r--r--render/layout.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/render/layout.c b/render/layout.c
index ca22ca36f..a740e1a90 100644
--- a/render/layout.c
+++ b/render/layout.c
@@ -352,8 +352,8 @@ bool layout_block_context(struct box *block, int viewport_height,
else if (max_neg_margin < -box->margin[TOP])
max_neg_margin = -box->margin[TOP];
- /* no /required/ margins if box doesn't establish a new block
- * formatting context */
+ /* Blocks establishing a block formatting context get minimum
+ * left and right margins to avoid any floats. */
lm = rm = 0;
if (box->type == BOX_BLOCK || box->object) {