Skip to content

Commit 4a2cd1f

Browse files
committed
[css-align] Per WG resolution, baselines of scrollable are clamped to the border box, not the margin box.
1 parent 398aed1 commit 4a2cd1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-align/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1599,8 +1599,8 @@ Determining the Baselines of a Box</h2>
15991599
must be considered as if scrolled to their origin.
16001600
Furthermore, if, in the case of a box with non-''visible'' overflow,
16011601
the resulting position of a first (last) baseline
1602-
is past a box's end (start) margin edge,
1603-
its position is clamped to that margin edge.
1602+
is past a box's end (start) border edge,
1603+
its position is clamped to that border edge.
16041604

16051605
ISSUE: This reflects the latest CSS2.1 errata, however see also discussion of an <a href="https://github.com/w3c/csswg-drafts/issues/766">alternate solution</a> that was previously drafted here.
16061606

0 commit comments

Comments
 (0)