Skip to content

Commit 3a476dc

Browse files
committed
[css-align-3] Clarify 'align-content' on table cells. Confirms #4033
1 parent 9d2acf2 commit 3a476dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-align-3/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -937,18 +937,18 @@ The 'justify-content' and 'align-content' Properties</h3>
937937
<td>
938938
Does not apply to and has no effect on <a>block containers</a>.
939939
<tr>
940-
<th>''justify-content/normal'' Behavior
940+
<th>''align-content/normal'' Behavior
941941
<td>
942-
All values other than ''justify-content/normal'' force the block container to [=establish an independent formatting context=].
942+
All values other than ''align-content/normal'' force the block container to [=establish an independent formatting context=].
943943

944-
For table cells, the behavior of the ''justify-content/normal'' depends on the computed value of 'vertical-align':
944+
For table cells, the behavior of ''align-content: normal'' depends on the computed value of 'vertical-align':
945945
''vertical-align/top'' makes it behave as ''start'',
946946
''vertical-align/middle'' makes it behave as ''center'',
947947
''vertical-align/bottom'' makes it behave as ''end'',
948948
and all other values make it behave as ''baseline''.
949949
[[!CSS2]]
950950

951-
''justify-content/normal'' otherwise behaves as ''start''.
951+
''align-content/normal'' otherwise behaves as ''start''.
952952
</table>
953953

954954
### Multicol Containers ### {#distribution-multicol}

0 commit comments

Comments
 (0)