Skip to content

Commit 7b62528

Browse files
committed
[css-align] Column flexboxes can't align-content, because the axises aren't aligned right. #3005
1 parent 622c8f1 commit 7b62528

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

css-align-3/Overview.bs

+7
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ spec:css-overflow-3; type:dfn; text:scroll container
5454
spec:css-position-3; type:property; text:left
5555
spec:css-writing-modes-3; type:dfn; text:dominant baseline
5656
spec:selectors-3; type:dfn; text:first formatted line
57+
spec:css2; type:dfn; text:line box
5758
</pre>
5859

5960
<style>
@@ -1138,6 +1139,12 @@ Baseline Content-Alignment</h3>
11381139
to align the <a>alignment baseline</a> of its contents
11391140
with that of other baseline-aligned boxes in its <a>baseline-sharing group</a>.
11401141

1142+
[=Baseline content-alignment=] can only apply if the 'align-content' axis
1143+
is parallel with the box's [=block axis=]
1144+
(i.e. it does not apply to “column” [=flex containers=]);
1145+
otherwise the [=fallback alignment=] is used.
1146+
1147+
11411148
The set of boxes that participate in <a>baseline content-alignment</a>
11421149
depends on the layout model:
11431150

0 commit comments

Comments
 (0)