We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 841eea7 commit 0cef107Copy full SHA for 0cef107
css-position-3/Overview.bs
@@ -324,6 +324,10 @@ Containing Blocks of Positioned Boxes</h3>
324
the [=containing block=] is formed by
325
the [=block-start=] and [=inline-start=] [=content edges=] of the first [=box fragment=] of the ancestor,
326
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.
331
332
Note: If the ancestor breaks across a line,
333
the “start” position might more end-ward than the “end” position.
0 commit comments