Skip to content

Commit f153753

Browse files
committed
[css-align] Another place where self-start makes no sense, because it's not a content alignment value.
1 parent 7ed8378 commit f153753

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
@@ -300,7 +300,7 @@ Baseline Alignment: the ''baseline'' and ''last-baseline'' keywords</h3>
300300

301301
When specified for 'align-content'/'justify-content',
302302
these values trigger <a>baseline content-alignment</a>,
303-
shifting the content of the box within the box,
303+
shifting the content of the box within its content box,
304304
and may also affect the sizing of the box itself.
305305
See [[#baseline-align-content]].
306306

@@ -312,7 +312,7 @@ Baseline Alignment: the ''baseline'' and ''last-baseline'' keywords</h3>
312312

313313
If both <a>baseline content-alignment</a> <em>and</em> <a>baseline self-alignment</a> are specified in the same axis on the same box,
314314
only <a>baseline self-alignment</a> is honored in that axis;
315-
the content-alignment in that axis must be treated as ''self-start''.
315+
the content-alignment in that axis must be treated as ''start''.
316316

317317
Issue: The previous paragraph is fairly arbitrary.
318318
Need some experience to make sure it's the correct choice out of the two possibilities.

0 commit comments

Comments
 (0)