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
to align the <a>alignment baseline</a> of its contents
591
591
with that of other baseline-aligned boxes in its <a lt="baseline-sharing group">group</a>.
592
592
593
-
The set of boxes that participate in <dfn export lt="baseline content-alignment|first-baseline content-alignment|last-baseline content-alignment">baseline content-alignment</dfn>
593
+
The set of boxes that participate in <a>baseline content-alignment</a>
it participates in first (last) <a>baseline content-alignment</a>
620
620
within its start-most (end-most) <a>shared alignment context</a> along that axis.
621
621
622
-
When a box participates in first (last) <a>baseline content-alignment</a>
622
+
When a box participates in first (last) <dfn export lt="baseline content-alignment|first-baseline content-alignment|last-baseline content-alignment">baseline content-alignment</dfn>
623
623
its <a>alignment subject</a> is aligned to the start (end) edge of its <a>alignment container</a>
624
-
and the minimum necessary extra space is added between its start (end) edge and the <a>alignment subject</a>
624
+
and the minimum necessary extra space is added <strong>between its start (end) edge and the <a>alignment subject</a>’s edge</strong>
625
625
to match its <a>alignment baseline</a> in that axis up to that of its <a>baseline-sharing group</a>.
626
626
See [[#align-by-baseline]].
627
627
This increases the intrinsic size of the box.
@@ -884,7 +884,7 @@ Baseline Self-Alignment</h3>
884
884
to align its <a>alignment baseline</a>
885
885
with other baseline-aligned boxes in its <a lt="baseline-sharing group">group</a>.
886
886
887
-
The set of boxes that participate in <dfn export lt="baseline self-alignment|first-baseline self-alignment|last-baseline self-alignment">baseline self-alignment</dfn>
887
+
The set of boxes that participate in <a>baseline self-alignment</a>
888
888
depends on the layout model:
889
889
890
890
<dl>
@@ -906,9 +906,9 @@ Baseline Self-Alignment</h3>
906
906
it participates in first (last) <a>baseline self-alignment</a>
907
907
within its start-most (end-most) <a>shared alignment context</a> along that axis.
908
908
909
-
When a box participates in first (last) <a>baseline self-alignment</a>
909
+
When a box participates in first (last) <dfn export lt="baseline self-alignment|first-baseline self-alignment|last-baseline self-alignment">baseline self-alignment</dfn>
910
910
its <a>alignment subject</a> is aligned to the start (end) edge of its <a>alignment container</a>
911
-
and the minimum necessary extra space is added between its start (end) edge and the <a>alignment container</a>
911
+
and the minimum necessary extra space is added <strong>between its start (end) edge and the <a>alignment container</a> edge</strong>
912
912
to match its <a>alignment baseline</a> in that axis up to that of its <a>baseline-sharing group</a>.
913
913
See [[#align-by-baseline]].
914
914
This may increase the intrinsic size contribution of the <a>alignment subject</a>.
0 commit comments