File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -389,7 +389,8 @@ Margins at Container Edges: the 'margin-trim' property {#margin-trim}
389
389
For in-flow boxes and floats contained by this box,
390
390
margins adjacent to the box’s specified edges
391
391
are truncated to zero.
392
- It also truncates any margins collapsed with such a margin.
392
+ It also truncates any descendant margins collapsed with such a margin
393
+ (but not its own, its siblings’, or its ancestors’).
393
394
394
395
<dt> <dfn>block</dfn>
395
396
<dd>
@@ -588,6 +589,13 @@ Borders {#borders}
588
589
Both sets of properties control the same set of borders:
589
590
they are just different ways of indexing each side.
590
591
592
+ Recent Changes {#changes}
593
+ ==============
594
+
595
+ Changes since the previous Working Draft include:
596
+ * Clarifying that only descendant margins are trimmed by 'margin-trim'
597
+ even if self or sibling margins would have collapsed with the trimmed margin.
598
+
591
599
Changes Since CSS Level 3 {#changes-since-3}
592
600
=========================
593
601
You can’t perform that action at this time.
0 commit comments