Skip to content

Commit c5ff821

Browse files
committed
[css-grid][editorial] tweak wording
1 parent be54c07 commit c5ff821

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

css-grid-1/Overview.bs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1321,9 +1321,8 @@ Automatic Minimum Size of Grid Items</h3>
13211321
as represented by the sum of those <a>grid tracks</a><a>max track sizing functions</a>
13221322
plus any intervening <a lt="fixed sizing function">fixed</a> <a>gutters</a>.
13231323

1324-
In all cases, the size suggestion is additionally clamped by the [=maximum size=],
1325-
if it's definite,
1326-
in the given axis.
1324+
In all cases, the size suggestion is additionally clamped by the [=maximum size=] in the affected axis,
1325+
if it's definite.
13271326

13281327
Note: The argument to ''fit-content()'' does <em>not</em> clamp
13291328
the [=content-based minimum size=] in the same way as a

css-grid-2/Overview.bs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1368,9 +1368,8 @@ Automatic Minimum Size of Grid Items</h3>
13681368
as represented by the sum of those <a>grid tracks</a><a>max track sizing functions</a>
13691369
plus any intervening <a lt="fixed sizing function">fixed</a> <a>gutters</a>.
13701370

1371-
In all cases, the size suggestion is additionally clamped by the [=maximum size=],
1372-
if it's definite,
1373-
in the given axis.
1371+
In all cases, the size suggestion is additionally clamped by the [=maximum size=] in the affected axis,
1372+
if it's definite.
13741373

13751374
Note: The argument to ''fit-content()'' does <em>not</em> clamp
13761375
the [=content-based minimum size=] in the same way as a

0 commit comments

Comments
 (0)