Skip to content

Commit 7ed8378

Browse files
committed
[css-align] self-start/end would mean that baseline-sharing els could align in diff directions, which wouldn't make sense.
1 parent 6d3f930 commit 7ed8378

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-align/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ Baseline Alignment: the ''baseline'' and ''last-baseline'' keywords</h3>
279279
of all the boxes in its <a>baseline-sharing group</a>.
280280

281281
If the <a>alignment subject</a>’s position is not fully determined by <a>baseline alignment</a>,
282-
the content is ''self-start''-aligned insofar as possible while preserving the baseline alignment.
282+
the content is ''start''-aligned insofar as possible while preserving the baseline alignment.
283283
(Content that has no <a>first baselines</a> is thus start-aligned.)
284284

285285
<dt><dfn>last-baseline</dfn>
@@ -291,7 +291,7 @@ Baseline Alignment: the ''baseline'' and ''last-baseline'' keywords</h3>
291291
of all the boxes in its <a>baseline-sharing group</a>.
292292

293293
If the <a>alignment subject</a>’s position is not fully determined by <a>baseline alignment</a>,
294-
the content is ''self-end''-aligned insofar as possible while preserving the baseline alignment.
294+
the content is ''end''-aligned insofar as possible while preserving the baseline alignment.
295295
(Content that has no <a>last baselines</a> is thus end-aligned.)
296296
</dl>
297297

0 commit comments

Comments
 (0)