File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ spec:css-overflow-3; type:dfn; text:scroll container
54
54
spec:css-position-3; type:property; text:left
55
55
spec:css-writing-modes-3; type:dfn; text:dominant baseline
56
56
spec:selectors-3; type:dfn; text:first formatted line
57
+ spec:css2; type:dfn; text:line box
57
58
</pre>
58
59
59
60
<style>
@@ -1138,6 +1139,12 @@ Baseline Content-Alignment</h3>
1138
1139
to align the <a>alignment baseline</a> of its contents
1139
1140
with that of other baseline-aligned boxes in its <a>baseline-sharing group</a> .
1140
1141
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
+
1141
1148
The set of boxes that participate in <a>baseline content-alignment</a>
1142
1149
depends on the layout model:
1143
1150
You can’t perform that action at this time.
0 commit comments