From e91eb2747df66740780b0c89f0ad845d4b8e6bed Mon Sep 17 00:00:00 2001 From: Brandon Stewart Date: Mon, 24 Aug 2026 18:30:07 +0000 Subject: [PATCH] [css-grid-3] Fix typo in the static position issue --- css-grid-3/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-grid-3/Overview.bs b/css-grid-3/Overview.bs index 300a50be4d3a..e5570baab941 100644 --- a/css-grid-3/Overview.bs +++ b/css-grid-3/Overview.bs @@ -1311,7 +1311,7 @@ Absolute Positioning * line 2 (line -1) corresponds to the end edge of the [=stacking range=] ISSUE: It might be useful to define a static position in the [=stacking axis=]. - Maybe it could defined as the max (or min?) current [=running position=] + Maybe it could be defined as the max (or min?) current [=running position=] of the [=grid-axis=] tracks at that point? Or the end of the item before it?