Skip to content

Commit 76e756a

Browse files
committed
[css-align-3] Legacy quirk needs to handle writing modes, too. #3611 (comment)
1 parent 14ec40d commit 76e756a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

css-align-3/Overview.bs

+5-1
Original file line numberDiff line numberDiff line change
@@ -2152,7 +2152,7 @@ Determining the Baselines of a Box</h2>
21522152
However, for legacy reasons
21532153
a [=block-level=] or [=inline-level=] [=scroll container=]
21542154
always has a [=last baseline set=],
2155-
whose baselines all correspond to its bottom [=margin edge=].
2155+
whose baselines all correspond to its [=block-end=] [=margin edge=].
21562156

21572157
<dt>multi-column containers
21582158
<dd>
@@ -2399,6 +2399,10 @@ Changes</h2>
23992399
(<a href="https://github.com/w3c/csswg-drafts/issues/5235">Issue 5235</a>)
24002400
<li>Make [=fallback alignment=] of ''space-around'' and ''space-evenly'' include ''safe''.
24012401
(<a href="https://github.com/w3c/csswg-drafts/issues/5088">Issue 5088</a>)
2402+
<li>Various corrections to <css>normal</css> alignment and percentage gaps
2403+
to match respective layout specs.
2404+
<li>Corrections to special handling of [=last baseline set=] of [=scroll containers=].
2405+
(<a href="https://github.com/w3c/csswg-drafts/issues/3611">Issue 3611</a>)
24022406
</ul>
24032407

24042408
Changes since the <a href="https://www.w3.org/TR/2018/WD-css-align-3-20181206/">6 December 2018 Working Draft</a> include:

0 commit comments

Comments
 (0)