File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2411,16 +2411,16 @@ Placing Grid Items</h2>
24112411 <dl export>
24122412 <dt> <dfn export local-lt="position|row position|column position">grid position</dfn>
24132413 <dd>
2414- The <a>grid item</a> ’s location in the <a>grid</a> .
2414+ The <a>grid item</a> ’s location in the <a>grid</a> in each axis .
24152415 A <a>grid position</a> can be either
24162416 <dfn export lt="definite grid position|definite row position|definite column position|definite position">definite</dfn> (explicitly specified)
24172417 or <dfn export lt="automatic grid position|automatic row position|automatic column position|automatic position">automatic</dfn> (determined by <a>auto-placement</a> ).
24182418
24192419 <dt> <dfn export local-lt="span|row span|column span">grid span</dfn>
24202420 <dd>
2421- How many <a>grid tracks</a> the <a>grid item</a> occupies.
2421+ How many <a>grid tracks</a> the <a>grid item</a> occupies in each axis .
24222422 A <a>grid item</a> ’s <a>grid span</a> is always <dfn export lt="definite grid span|definite row span|definite column span|definite span">definite</dfn> ,
2423- defaulting to 1 if it can't be otherwise determined.
2423+ defaulting to 1 in each axis if it can't be otherwise determined for that axis .
24242424 </dl>
24252425
24262426 The <dfn export lt="grid-placement property">grid-placement properties</dfn> --
You can’t perform that action at this time.
0 commit comments