Skip to content

Commit 7e5077b

Browse files
committed
[css-sizing-3] Typos and wording tweaks. ixes #2315
1 parent b17d0d5 commit 7e5077b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-sizing-3/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Terminology</h2>
158158
Auto Box Sizes</h3>
159159

160160
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):
162162

163163
<dl export>
164164
: <dfn>stretch-fit size</dfn>
@@ -224,7 +224,7 @@ Auto Box Sizes</h3>
224224
: <dfn>fit-content size</dfn>
225225
: <dfn>fit-content inline size</dfn>
226226
: <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>,
228228
equal to <code>min(<a>max-content size</a>, max(<a>min-content size</a>, <a>stretch-fit size</a>))</code>.
229229
Otherwise, equal to the <a>max-content size</a> in that axis.
230230

@@ -521,8 +521,8 @@ Inner vs Outer Sizes: the 'box-sizing' property</h3>
521521
</pre>
522522

523523
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>.
526526
It affects the interpretation of all <a>sizing properties</a>,
527527
including 'flex-basis'.
528528

0 commit comments

Comments
 (0)