@@ -158,7 +158,7 @@ Terminology</h2>
158
158
Auto Box Sizes</h3>
159
159
160
160
There are four types of automatically-determined sizes in CSS
161
- (sizes resulting fromy ''width/auto'' sizing rules, depending on context):
161
+ (sizes resulting from ''width/auto'' sizing rules, depending on context):
162
162
163
163
<dl export>
164
164
: <dfn>stretch-fit size</dfn>
@@ -224,7 +224,7 @@ Auto Box Sizes</h3>
224
224
: <dfn>fit-content size</dfn>
225
225
: <dfn>fit-content inline size</dfn>
226
226
: <dfn>fit-content block size</dfn>
227
- :: If the <a>available space</a> in a given axis is finite ,
227
+ :: If the <a>available space</a> in a given axis is <a>definite</a> ,
228
228
equal to <code> min(<a>max-content size</a> , max(<a>min-content size</a> , <a>stretch-fit size</a> ))</code> .
229
229
Otherwise, equal to the <a>max-content size</a> in that axis.
230
230
@@ -521,8 +521,8 @@ Inner vs Outer Sizes: the 'box-sizing' property</h3>
521
521
</pre>
522
522
523
523
The 'box-sizing' property switches the box model
524
- between asssigning finite sizes such as <<length>> s and <<percentage>> s
525
- to either the <a>content box</a> or <a>border box</a> .
524
+ between assigning fixed sizes such as <<length>> s and <<percentage>> s
525
+ to the <a>content box</a> and the <a>border box</a> .
526
526
It affects the interpretation of all <a>sizing properties</a> ,
527
527
including 'flex-basis' .
528
528
0 commit comments