Skip to content

Commit f17ec7a

Browse files
committed
[css-flexbox] Remove now-unnecessary parenthetical. #6778
1 parent 034e666 commit f17ec7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-flexbox-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3006,15 +3006,15 @@ Flex Item Intrinsic Size Contributions</h4>
30063006

30073007
The <strong>main-size <a>min-content contribution</a> of a <a>flex item</a></strong>
30083008
is the larger of its <em>outer</em> <a>min-content size</a>
3009-
and outer <a>preferred size</a> (its 'width'/'height' as appropriate)
3009+
and outer <a>preferred size</a>
30103010
if that is not ''width/auto'',
30113011
clamped by its <a>flex base size</a> as a maximum (if it is not growable)
30123012
and/or as a minimum (if it is not shrinkable),
30133013
and then further clamped by its <a lt="min main size">min</a>/<a>max main size</a>.
30143014

30153015
The <strong>main-size <a>max-content contribution</a> of a <a>flex item</a></strong>
30163016
is the larger of its <em>outer</em> <a>max-content size</a>
3017-
and outer <a>preferred size</a> (its 'width'/'height' as appropriate)
3017+
and outer <a>preferred size</a>
30183018
if that is not ''width/auto'',
30193019
clamped by its <a>flex base size</a> as a maximum (if it is not growable)
30203020
and/or as a minimum (if it is not shrinkable),

0 commit comments

Comments
 (0)