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
11761176
11771177
Table Cells:
11781178
1179-
A table cell participates in
1179+
A ([=non-replaced=]) table cell participates in
11801180
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
11891189

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

11981198
Grid Items:
11991199
1200-
A grid item participates in
1200+
A [=non-replaced=] grid item participates in
12011201
12021202
in its startmost/endmost row or column
12031203
(whichever is parallel to its inline axis)

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
11761176
11771177
Table Cells:
11781178
1179-
A table cell participates in
1179+
A ([=non-replaced=]) table cell participates in
11801180
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
11891189

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

11981198
Grid Items:
11991199
1200-
A grid item participates in
1200+
A [=non-replaced=] grid item participates in
12011201
12021202
in its startmost/endmost row or column
12031203
(whichever is parallel to its inline axis)

0 commit comments

Comments
 (0)