Skip to content

Commit 4ebe4fa

Browse files
committed
[css-align] Switch around some emphasis to help distinguish baseline content-alignment vs baseline self-alignment.
1 parent 1ec4edb commit 4ebe4fa

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

css-align/Overview.bs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ Baseline Content-Alignment</h3>
590590
to align the <a>alignment baseline</a> of its contents
591591
with that of other baseline-aligned boxes in its <a lt="baseline-sharing group">group</a>.
592592

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>
594594
depends on the layout model:
595595

596596
<dl>
@@ -619,9 +619,9 @@ Baseline Content-Alignment</h3>
619619
it participates in first (last) <a>baseline content-alignment</a>
620620
within its start-most (end-most) <a>shared alignment context</a> along that axis.
621621

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>
623623
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>
625625
to match its <a>alignment baseline</a> in that axis up to that of its <a>baseline-sharing group</a>.
626626
See [[#align-by-baseline]].
627627
This increases the intrinsic size of the box.
@@ -884,7 +884,7 @@ Baseline Self-Alignment</h3>
884884
to align its <a>alignment baseline</a>
885885
with other baseline-aligned boxes in its <a lt="baseline-sharing group">group</a>.
886886

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>
888888
depends on the layout model:
889889

890890
<dl>
@@ -906,9 +906,9 @@ Baseline Self-Alignment</h3>
906906
it participates in first (last) <a>baseline self-alignment</a>
907907
within its start-most (end-most) <a>shared alignment context</a> along that axis.
908908

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>
910910
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>
912912
to match its <a>alignment baseline</a> in that axis up to that of its <a>baseline-sharing group</a>.
913913
See [[#align-by-baseline]].
914914
This may increase the intrinsic size contribution of the <a>alignment subject</a>.

0 commit comments

Comments
 (0)