File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -2196,7 +2196,9 @@ Determining the Baselines of a Box</h2>
2196
2196
then the block container has no [=baseline set=] .
2197
2197
2198
2198
However, for legacy reasons
2199
- a [=block-level=] or [=inline-level=] [=scroll container=]
2199
+ if its 'baseline-source' is ''baseline-source/auto'' (the [=initial value=] )
2200
+ a [=block-level=] or [=inline-level=] [=block container=]
2201
+ that is a [=scroll container=]
2200
2202
always has a [=last baseline set=] ,
2201
2203
whose baselines all correspond to its [=block-end=] [=margin edge=] .
2202
2204
@@ -2442,6 +2444,13 @@ Appendix A: Static Position Terminology</h2>
2442
2444
<h2 id="changes">
2443
2445
Changes</h2>
2444
2446
2447
+ Changes since the <a href="https://www.w3.org/TR/2023/WD-css-align-3-20230217/">17 February 2023 Working Draft</a> include:
2448
+ <ul>
2449
+ <li> Only apply the special margin-edge baseline rule for [=scroll container=] [=block containers=]
2450
+ when 'baseline-source' is its [=initial value=] .
2451
+ (<a href="https://github.com/w3c/csswg-drafts/issues/8214">Issue 8214</a> )
2452
+ </ul>
2453
+
2445
2454
Changes since the <a href="https://www.w3.org/TR/2021/WD-css-align-3-20211224/">24 December 2021 Working Draft</a> include:
2446
2455
<ul>
2447
2456
<li> Define the baselines of a [=multi-column container=] .
Original file line number Diff line number Diff line change @@ -769,6 +769,9 @@ Alignment Baseline Source: the 'baseline-source' longhand</h4>
769
769
<dd> Specifies <a>last-baseline alignment</a> .
770
770
</dl>
771
771
772
+ See [[css-align-3#baseline-export]]
773
+ for how to find the baselines of boxes other than [=inline boxes=] .
774
+
772
775
<h4 id="alignment-baseline-property">
773
776
Alignment Baseline Type: the 'alignment-baseline' longhand</h4>
774
777
You can’t perform that action at this time.
0 commit comments