@@ -2787,7 +2787,7 @@ Auto Placement</h4>
2787
2787
</pre>
2788
2788
</div>
2789
2789
2790
- Whether the <a>auto-placement algorithm</a> searchs across and adds rows,
2790
+ Whether the <a>auto-placement algorithm</a> searches across and adds rows,
2791
2791
or searches across and adds columns,
2792
2792
is controlled by the 'grid-auto-flow' property.
2793
2793
@@ -3159,10 +3159,10 @@ Grid Item Placement Algorithm</h3>
3159
3159
2. Among all the items with a <a>definite column position</a>
3160
3160
(explicitly positioned items, items positioned in the previous step, and items not yet positioned but with a definite column)
3161
3161
add columns to the beginning and end of the <a>implicit grid</a>
3162
- as necessary to accomodate those items.
3162
+ as necessary to accommodate those items.
3163
3163
3. If the largest <a>column span</a> among all the items <em> without</em> a <a>definite column position</a>
3164
3164
is larger than the width of the <a>implicit grid</a> ,
3165
- add columns to the end of the <a>implicit grid</a> to accomodate that <a>column span</a> .
3165
+ add columns to the end of the <a>implicit grid</a> to accommodate that <a>column span</a> .
3166
3166
3167
3167
<div class='example'>
3168
3168
For example, in the following style fragment:
@@ -3584,7 +3584,7 @@ Aligning the Grid: the 'justify-content' and 'align-content' properties</h3>
3584
3584
</figure>
3585
3585
<figure>
3586
3586
<img src="images/spanned-gap-align.svg"
3587
- alt="Same grid with increased gaps absorbing the excess grid containe width.
3587
+ alt="Same grid with increased gaps absorbing the excess grid container width.
3588
3588
The spanning element has grown to accommodate the extra space assigned to the gap it crosses." height="426" width="500">
3589
3589
<figcaption> Grid after alignment</figure>
3590
3590
</figure>
@@ -3667,7 +3667,7 @@ Grid Sizing</h2>
3667
3667
Each <a>sizing function</a> is either:
3668
3668
3669
3669
<ul>
3670
- <li> A <dfn>fixed sizing function</dfn> (<<length>> or resolveable <<percentage>> ).
3670
+ <li> A <dfn>fixed sizing function</dfn> (<<length>> or resolvable <<percentage>> ).
3671
3671
<li> An <dfn>intrinsic sizing function</dfn> (''min-content'' , ''max-content'' , ''auto'' , ''fit-content()'' ).
3672
3672
<li> A <dfn>flexible sizing function</dfn> (<<flex>> ).
3673
3673
</ul>
0 commit comments