File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -944,9 +944,9 @@ The 'justify-content' and 'align-content' Properties</h3>
944944 All values other than ''align-content/normal'' force the block container to [=establish an independent formatting context=] .
945945
946946 For table cells, the behavior of ''align-content: normal'' depends on the computed value of 'vertical-align' :
947- ''vertical-align/top'' makes it behave as ''start'' ,
948- ''vertical-align/middle '' makes it behave as ''center'' ,
949- ''vertical-align/bottom '' makes it behave as ''end '' ,
947+ ''vertical-align/top'' makes it behave as ''start'' and
948+ ''vertical-align/bottom '' makes it behave as ''end'' ;
949+ otherwise ''vertical-align/middle '' makes it behave as ''center '' ,
950950 and all other values make it behave as ''baseline'' .
951951 [[!CSS2]]
952952
You can’t perform that action at this time.
0 commit comments