Skip to content

Commit 518fa4c

Browse files
committed
[css-align-3] Make baseline clamping sentence easier to read. w3c#7660
1 parent e78c979 commit 518fa4c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-align-3/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2270,10 +2270,10 @@ Determining the Baselines of a Box</h2>
22702270
For the purposes of finding the baselines of a box,
22712271
it and all its in-flow descendants with a scrolling mechanism (see the 'overflow' property)
22722272
must be considered as if scrolled to their initial scroll position.
2273-
Furthermore, if, in the case of a <a>scroll container</a> box,
2274-
the resulting position of a first/last baseline
2275-
is past a box's end/start border edge,
2276-
its position is clamped to that border edge.
2273+
Additionally,
2274+
if the position of a [=scroll container=]’s first/last baseline
2275+
is outside its border edge,
2276+
that baseline’s position is clamped to the border edge.
22772277

22782278
<h3 id='baseline-terms'>
22792279
Baseline Alignment Grouping</h3>

0 commit comments

Comments
 (0)