Skip to content

Commit 7aa7522

Browse files
committed
[css-grid] Revert early attempt at fixing baseline-alignment for items with circular sizing dependencies. Related to w3c#1365.
1 parent 2d75c52 commit 7aa7522

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

css-grid-1/Overview.bs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3703,20 +3703,9 @@ Resolve Intrinsic Track Sizes</h3>
37033703
so that,
37043704
when start/end-aligned together
37053705
their [[css-align-3#baseline-values|baselines align as specified]].
3706-
An item whose size depends
3707-
on the size of the tracks they span in this axis
3708-
is ignored for the purpose of calculating such “shims”.
37093706

37103707
Consider these “shims” as part of the items’ intrinsic size contribution
37113708
for the purpose of track sizing, below.
3712-
3713-
<div class=example>
3714-
For example,
3715-
if several grid items with text and ''height: auto''
3716-
are baseline-aligned with an image with ''height: 100%'',
3717-
the image is ignored when calculating the shims that the other items will have.
3718-
(And the image itself will have no shim at all.)
3719-
</div>
37203709
</ins>
37213710

37223711
<li>

0 commit comments

Comments
 (0)