diff --git a/css-sizing-4/Overview.bs b/css-sizing-4/Overview.bs index 7e946caab36a..d7135b202c33 100644 --- a/css-sizing-4/Overview.bs +++ b/css-sizing-4/Overview.bs @@ -542,7 +542,7 @@ Overriding Contained Intrinsic Sizes: the 'contain-intrinsic-*' properties These properties allow elements with [=size containment=] to specify an explicit intrinsic inner size, - causing the box to size as if its in-flow content + causing the box to size as if its [=in-flow=] content totals to a width and height matching the specified [=explicit intrinsic inner size=] (rather than sizing as if it were empty). diff --git a/css-sizing-4/intrinsic-sizing-notes.bs b/css-sizing-4/intrinsic-sizing-notes.bs index efb5f0b960c6..368beaa3943e 100644 --- a/css-sizing-4/intrinsic-sizing-notes.bs +++ b/css-sizing-4/intrinsic-sizing-notes.bs @@ -67,7 +67,7 @@ Intrinsic Sizes of Non-Replaced Blocks
The min-content inline size of a block container box is the largest min-content inline-size contribution - of its in-flow or floated children. + of its in-flow or floated children.