Skip to content

Commit 010616d

Browse files
committed
[css-align] Deal with 'stretch' and 'last baseline' case. #1556
1 parent fca2290 commit 010616d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

css-align/Overview.bs

+6-1
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,12 @@ Inline/Main-Axis Alignment: the 'justify-self' property</h3>
987987
sets the box’s used size to the length necessary to make its outer size
988988
as close to filling the <a>alignment container</a> as possible
989989
while still respecting the constraints imposed by 'min-height'/'min-width'/'max-height'/'max-width'.
990-
Unless otherwise specified, this value falls back to ''flex-start''.
990+
991+
Unless otherwise specified, this value falls back to ''flex-start'' generally,
992+
and to ''self-start'' or ''self-end''
993+
if the box has also specified
994+
<a>first baseline</a> or <a>last baseline</a> <a>baseline content-alignment</a> (respectively)
995+
in the same axis.
991996

992997
Note: The ''justify-self/stretch'' keyword can cause elements to shrink,
993998
to fit their container.

0 commit comments

Comments
 (0)