We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cef107 commit 0d7f92cCopy full SHA for 0d7f92c
css-position-3/Overview.bs
@@ -329,8 +329,13 @@ Containing Blocks of Positioned Boxes</h3>
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.
+ However, since a [=containing block=] cannot have negative area:
+ if the [=block-end=] edge would be [=start=]wards of the [=block-start=] edge,
334
+ then the [=block-end=] edge of the [=containing block=]
335
+ instead uses the [=block-start=] edge;
336
+ and analogously for the [=inline axis=].
337
+ (Thus the [=containing block=] will have zero height and/or width as a result.)
338
+
339
</dl>
340
341
If no ancestor establishes one,
0 commit comments