Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions css-box-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -402,15 +402,15 @@ Margins at Container Edges: the 'margin-trim' property {#margin-trim}
<dt><dfn>block-start</dfn>
<dt><dfn>block-end</dfn>
<dd>
For in-flow boxes contained by this box,
For [=in-flow=] boxes contained by this box,
margins adjacent to the box’s specified edges
are truncated to zero.
It also truncates any descendant margins collapsed with such a margin
(but not its own, its siblings’, or its ancestors’).

<dt><dfn>inline-start</dfn>
<dt><dfn>inline-end</dfn>
For in-flow boxes contained by this box,
For [=in-flow=] boxes contained by this box,
margins adjacent to the box’s specified edges
are truncated to zero.
(However, these values do not apply to [=block containers=])
Expand Down