Skip to content

Commit 0cef107

Browse files
committed
[css-position-3] Clarify visual first/last fragment used. #7917
1 parent 841eea7 commit 0cef107

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

css-position-3/Overview.bs

+4
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,10 @@ Containing Blocks of Positioned Boxes</h3>
324324
the [=containing block=] is formed by
325325
the [=block-start=] and [=inline-start=] [=content edges=] of the first [=box fragment=] of the ancestor,
326326
and the [=block-end=] and [=inline-end=] [=content edges=] of the last [=box fragment=] of the ancestor.
327+
If there are multiple fragments on the same line
328+
(e.g. due to [[#bidi-box-model|bidi reordering]]),
329+
take the [=start=]most/[=end=]most fragment
330+
as the first/last fragment.
327331

328332
Note: If the ancestor breaks across a line,
329333
the “start” position might more end-ward than the “end” position.

0 commit comments

Comments
 (0)