File tree 1 file changed +3
-3
lines changed
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>
2411
2411
<dl export>
2412
2412
<dt> <dfn export local-lt="position|row position|column position">grid position</dfn>
2413
2413
<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 .
2415
2415
A <a>grid position</a> can be either
2416
2416
<dfn export lt="definite grid position|definite row position|definite column position|definite position">definite</dfn> (explicitly specified)
2417
2417
or <dfn export lt="automatic grid position|automatic row position|automatic column position|automatic position">automatic</dfn> (determined by <a>auto-placement</a> ).
2418
2418
2419
2419
<dt> <dfn export local-lt="span|row span|column span">grid span</dfn>
2420
2420
<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 .
2422
2422
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 .
2424
2424
</dl>
2425
2425
2426
2426
The <dfn export lt="grid-placement property">grid-placement properties</dfn> --
You can’t perform that action at this time.
0 commit comments