File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff 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">
You can’t perform that action at this time.
0 commit comments