Skip to content

Commit 06ba997

Browse files
committed
[css-align] Clarify that only non-replaced boxes are affected by content-alignment #4545
1 parent 2d7f929 commit 06ba997

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

css-align-3/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1176,7 +1176,7 @@ Baseline Content-Alignment</h3>
11761176
<dl>
11771177
<dt>Table Cells:
11781178
<dd>
1179-
A <a>table cell</a> participates in
1179+
A ([=non-replaced=]) <a>table cell</a> participates in
11801180
first/last <a>baseline content-alignment</a>
11811181
in its startmost/endmost row
11821182
if its inline axis is parallel to that of the table itself and
@@ -1189,15 +1189,15 @@ Baseline Content-Alignment</h3>
11891189

11901190
<dt>Flex Items:
11911191
<dd>
1192-
A <a>flex item</a> participates in
1192+
A [=non-replaced=] <a>flex item</a> participates in
11931193
first/last <a>baseline content-alignment</a>
11941194
in its flex line if
11951195
its computed 'align-content' is ''first baseline''/''last baseline''
11961196
and its <a>inline axis</a> is parallel to the <a>main axis</a>.
11971197

11981198
<dt>Grid Items:
11991199
<dd>
1200-
A <a>grid item</a> participates in
1200+
A [=non-replaced=] <a>grid item</a> participates in
12011201
first/last <a>baseline content-alignment</a>
12021202
in its startmost/endmost row or column
12031203
(whichever is parallel to its <a>inline axis</a>)

css-align-4/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1176,7 +1176,7 @@ Baseline Content-Alignment</h3>
11761176
<dl>
11771177
<dt>Table Cells:
11781178
<dd>
1179-
A <a>table cell</a> participates in
1179+
A ([=non-replaced=]) <a>table cell</a> participates in
11801180
first/last <a>baseline content-alignment</a>
11811181
in its startmost/endmost row
11821182
if its inline axis is parallel to that of the table itself and
@@ -1189,15 +1189,15 @@ Baseline Content-Alignment</h3>
11891189

11901190
<dt>Flex Items:
11911191
<dd>
1192-
A <a>flex item</a> participates in
1192+
A [=non-replaced=] <a>flex item</a> participates in
11931193
first/last <a>baseline content-alignment</a>
11941194
in its flex line if
11951195
its computed 'align-content' is ''first baseline''/''last baseline''
11961196
and its <a>inline axis</a> is parallel to the <a>main axis</a>.
11971197

11981198
<dt>Grid Items:
11991199
<dd>
1200-
A <a>grid item</a> participates in
1200+
A [=non-replaced=] <a>grid item</a> participates in
12011201
first/last <a>baseline content-alignment</a>
12021202
in its startmost/endmost row or column
12031203
(whichever is parallel to its <a>inline axis</a>)

0 commit comments

Comments
 (0)