Skip to content

Commit 916d458

Browse files
committed
[css-grid-1] Clarify that you only look for baseline-aligned items that are aligned *to the correct baseline*. Fixes #5293.
1 parent d1f8dbc commit 916d458

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

css-grid-1/Overview.bs

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3643,7 +3643,7 @@ Grid Container Baselines</h3>
36433643
containing at least one [=grid item=].
36443644

36453645
If any of the [=grid items=] intersecting this row
3646-
participate in [=baseline alignment=],
3646+
participate in [=baseline alignment=] in that row,
36473647
the grid container's <a>baseline set</a>
36483648
is <a lt="generate baselines">generated</a> from
36493649
the shared <a>alignment baseline</a> of those <a>grid items</a>.
@@ -4962,6 +4962,19 @@ Minor Changes</h4>
49624962
according to the rules of its <a>alignment context</a>.
49634963
</ol>
49644964
</blockquote>
4965+
4966+
<li id="change-2017-need-correct-baseline-align">
4967+
Properly limit the item search to just
4968+
the items participating <em>in the correct baseline alignment</em>.
4969+
(<a href="https://github.com/w3c/csswg-drafts/issues/5293">Issue 5293</a>)
4970+
4971+
<blockquote>
4972+
If any of the [=grid items=] intersecting this row
4973+
participate in [=baseline alignment=] <ins>in that row</ins>,
4974+
the grid container's <a>baseline set</a>
4975+
is <a lt="generate baselines">generated</a> from
4976+
the shared <a>alignment baseline</a> of those <a>grid items</a>.
4977+
</blockquote>
49654978
</ul>
49664979

49674980
<h4 id="clarify-2017">

0 commit comments

Comments
 (0)