You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[css-align] Handle cases where safe alignment would disrupt alignment of the box edges. Refactor baseline-alignment conditions slightly to group things together better. Fixesw3c#1556.
The content of boxes participating in row-like layout contexts (<a>shared alignment contexts</a>)
1077
1077
can be baseline-aligned to each other.
1078
-
<dfn export lt="baseline content-alignment|first-baseline content-alignment|last-baseline content-alignment">baseline content-alignment</dfn> effectively increases the <strong>padding</strong> on the box
1078
+
<dfn export lt="baseline content-alignment|first-baseline content-alignment|last-baseline content-alignment">Baseline content-alignment</dfn> effectively increases the <strong>padding</strong> on the box
1079
1079
to align the <a>alignment baseline</a> of its contents
1080
1080
with that of other baseline-aligned boxes in its <a>baseline-sharing group</a>.
Self-Alignment: Aligning the Box within its Parent</h2>
1138
1145
1139
-
The <dfn export>self-alignment properties</dfn>'align-self' and 'justify-self'
1140
-
(and their 'place-self'shorthand)
1141
-
control alignment of the box within its containing block.
1146
+
Self-alignment controls alignment of the box within its containing block.
1147
+
It is specified by the <dfn export>self-alignment properties</dfn>'align-self'and 'justify-self'
1148
+
(and their 'place-self' shorthand).
1142
1149
1143
1150
<div class="figure">
1144
1151
<img alt="Diagram showing that the alignment of the element within its containing block is affected." src="images/self-example.svg" width=212 height=212>
0 commit comments