Skip to content

Commit 971997e

Browse files
committed
[css-sizing] Fix awkwardly-branching sentence.
1 parent c49429c commit 971997e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

css-sizing/Overview.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,9 @@ Intrinsic Sizes of Replaced Elements</h3>
346346
calculated with an unconstrained specified size.
347347

348348
The <a>min-content contribution</a> and <a>max-content contribution</a> in each axis
349-
is the element's specified outer size in that axis, if definite,
350-
and the <a>min-content size</a>, as specified above, plus the element's margin/border/padding in that axis otherwise,
349+
is the element's specified outer size in that axis, if definite;
350+
otherwise, they are the <a>min-content size</a>, as specified above,
351+
plus the element's margin/border/padding in that axis,
351352
clamped by the element's min and max size properties in that axis.
352353

353354
<h3 id='inline-intrinsic'>

0 commit comments

Comments
 (0)