Skip to content

Commit 0b56e1b

Browse files
committed
[css-grid] Clarify that grid position/span is two numbers, one for each axis. Fixes #1994.
1 parent 31d3710 commit 0b56e1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-grid-1/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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>--

0 commit comments

Comments
 (0)